diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-10 16:51:16 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-10 16:51:16 +0000 |
commit | cca23729c8546c288f1fe13753d74e3bc5108e3d (patch) | |
tree | 7417265905171e9d31fa18bad933d07908cda9d5 /dev-python/setuptools | |
parent | Stable on x86, bug #145578. (diff) | |
download | gentoo-2-cca23729c8546c288f1fe13753d74e3bc5108e3d.tar.gz gentoo-2-cca23729c8546c288f1fe13753d74e3bc5108e3d.tar.bz2 gentoo-2-cca23729c8546c288f1fe13753d74e3bc5108e3d.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.1)
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.6_rc1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog index dd4e1e681c6b..7f3529f4e2ef 100644 --- a/dev-python/setuptools/ChangeLog +++ b/dev-python/setuptools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/setuptools # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.11 2006/08/01 15:59:33 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.12 2006/09/10 16:51:16 the_paya Exp $ + + 10 Sep 2006; Javier Villavicencio <the_paya@gentoo.org> + setuptools-0.6_rc1.ebuild: + Add ~x86-fbsd keyword. *setuptools-0.6_rc1 (01 Aug 2006) diff --git a/dev-python/setuptools/setuptools-0.6_rc1.ebuild b/dev-python/setuptools/setuptools-0.6_rc1.ebuild index acfbad7e8030..a21d31ececfe 100644 --- a/dev-python/setuptools/setuptools-0.6_rc1.ebuild +++ b/dev-python/setuptools/setuptools-0.6_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc1.ebuild,v 1.1 2006/08/01 15:59:33 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc1.ebuild,v 1.2 2006/09/10 16:51:16 the_paya Exp $ inherit distutils @@ -13,7 +13,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/s/setuptools/${MY_P}.zip" LICENSE="PSF-2.2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-lang/python-2.4.2" |