diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-14 09:30:38 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-14 09:30:38 +0000 |
commit | 1dfd4678adf2604ab5595442daa1fae24f3c25ff (patch) | |
tree | 7c59d9833ca7a49df3d66c8316a6eb5a81840379 /virtual | |
parent | sys-kernel/aufs-sources: Version Bump; drop old (diff) | |
download | gentoo-2-1dfd4678adf2604ab5595442daa1fae24f3c25ff.tar.gz gentoo-2-1dfd4678adf2604ab5595442daa1fae24f3c25ff.tar.bz2 gentoo-2-1dfd4678adf2604ab5595442daa1fae24f3c25ff.zip |
Change the description to make the intent clear.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-unittest2/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/python-unittest2/python-unittest2-1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/python-unittest2/ChangeLog b/virtual/python-unittest2/ChangeLog index ee3bc0577ee1..69052c7d11ce 100644 --- a/virtual/python-unittest2/ChangeLog +++ b/virtual/python-unittest2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/python-unittest2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.3 2013/01/07 20:16:05 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.4 2013/01/14 09:30:38 mgorny Exp $ + + 14 Jan 2013; Michał Górny <mgorny@gentoo.org> python-unittest2-1.ebuild: + Change the description to make the intent clear. *python-unittest2-1 (07 Jan 2013) diff --git a/virtual/python-unittest2/python-unittest2-1.ebuild b/virtual/python-unittest2/python-unittest2-1.ebuild index 3874542cb45a..b5585ea27863 100644 --- a/virtual/python-unittest2/python-unittest2-1.ebuild +++ b/virtual/python-unittest2/python-unittest2-1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild,v 1.1 2013/01/07 20:16:05 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild,v 1.2 2013/01/14 09:30:38 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit python-r1 -DESCRIPTION="A virtual for Python 2.7/3.2+-compatible unittest or unittest2" +DESCRIPTION="A virtual for packages needing unittest2 in Python 2.5, 2.6, 3.1" HOMEPAGE="" SRC_URI="" |