summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-05-01 13:34:02 +0000
committerJustin Lecher <jlec@gentoo.org>2014-05-01 13:34:02 +0000
commit20387130c3d8a83b34178b45ee833b9b0ab00fe3 (patch)
tree047ad3fe67d78190d1c25bc6293ba448ecbe4c37 /eclass
parentSecurity bump, bug #509050 (diff)
downloadgentoo-2-20387130c3d8a83b34178b45ee833b9b0ab00fe3.tar.gz
gentoo-2-20387130c3d8a83b34178b45ee833b9b0ab00fe3.tar.bz2
gentoo-2-20387130c3d8a83b34178b45ee833b9b0ab00fe3.zip
Add missing @DESCRIPTION
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/python-utils-r1.eclass3
2 files changed, 6 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 865a3210eb98..9b8326f0cf0a 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1234 2014/05/01 09:52:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1235 2014/05/01 13:34:02 jlec Exp $
+
+ 01 May 2014; Justin Lecher <jlec@gentoo.org> python-utils-r1.eclass:
+ Add missing @DESCRIPTION
01 May 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass:
Add MULTILIB_COMPAT to limit the supported ABIs for pre-built packages.
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 759998443078..bc3338eb72e8 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.53 2014/04/08 16:05:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.54 2014/05/01 13:34:02 jlec Exp $
# @ECLASS: python-utils-r1
# @MAINTAINER:
@@ -699,6 +699,7 @@ python_doexe() {
# @FUNCTION: python_newexe
# @USAGE: <path> <new-name>
+# @DESCRIPTION:
# Install the given executable into current python_scriptroot,
# for the current Python implementation (${EPYTHON}).
#