diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2013-07-06 16:05:39 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2013-07-06 16:05:39 +0000 |
commit | 54452df64a1ce0771d82fda0b91802b9d9d27059 (patch) | |
tree | a51516b87d940cbf90f1c95c8e8113e04ec77a5d /dev-python/platinfo | |
parent | Added missing dev-python/setuptools dependency. (diff) | |
download | gentoo-2-54452df64a1ce0771d82fda0b91802b9d9d27059.tar.gz gentoo-2-54452df64a1ce0771d82fda0b91802b9d9d27059.tar.bz2 gentoo-2-54452df64a1ce0771d82fda0b91802b9d9d27059.zip |
Added missing dev-python/setuptools dependency.
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Diffstat (limited to 'dev-python/platinfo')
-rw-r--r-- | dev-python/platinfo/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/platinfo/platinfo-0.15.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/platinfo/ChangeLog b/dev-python/platinfo/ChangeLog index 4ede8311f06c..09dedab46e68 100644 --- a/dev-python/platinfo/ChangeLog +++ b/dev-python/platinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/platinfo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/ChangeLog,v 1.5 2012/04/04 20:41:47 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/ChangeLog,v 1.6 2013/07/06 16:05:39 aidecoe Exp $ + + 06 Jul 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> + platinfo-0.15.0.ebuild: + Added missing dev-python/setuptools dependency. 04 Apr 2012; Jeff Horelick <jdhore@gentoo.org> platinfo-0.15.0.ebuild: marked x86 per bug 406539 diff --git a/dev-python/platinfo/platinfo-0.15.0.ebuild b/dev-python/platinfo/platinfo-0.15.0.ebuild index c60450e62394..785b246f7d86 100644 --- a/dev-python/platinfo/platinfo-0.15.0.ebuild +++ b/dev-python/platinfo/platinfo-0.15.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/platinfo-0.15.0.ebuild,v 1.5 2012/04/04 20:41:47 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/platinfo-0.15.0.ebuild,v 1.6 2013/07/06 16:05:39 aidecoe Exp $ EAPI=4 @@ -19,5 +19,5 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="" +DEPEND="dev-python/setuptools" RDEPEND="${DEPEND}" |