diff options
-rw-r--r-- | dev-python/rhpl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/rhpl/rhpl-0.213.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/rhpl/ChangeLog b/dev-python/rhpl/ChangeLog index a4da0ccb897b..f77a4fbda682 100644 --- a/dev-python/rhpl/ChangeLog +++ b/dev-python/rhpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rhpl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.9 2009/04/28 10:09:32 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.10 2009/08/23 00:16:50 darkside Exp $ + + 23 Aug 2009; Jeremy Olexa <darkside@gentoo.org> rhpl-0.213.ebuild: + amd64 stable, tested by using gentoo-smolt. bug 282380 28 Apr 2009; Robert Buchholz <rbu@gentoo.org> rhpl-0.213.ebuild: inherit distutils eclass so python mdoules get compiled and cleaned up diff --git a/dev-python/rhpl/rhpl-0.213.ebuild b/dev-python/rhpl/rhpl-0.213.ebuild index 8d874ee442f0..6051539304eb 100644 --- a/dev-python/rhpl/rhpl-0.213.ebuild +++ b/dev-python/rhpl/rhpl-0.213.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.2 2009/04/28 10:09:32 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.3 2009/08/23 00:16:50 darkside Exp $ inherit eutils multilib python rpm toolchain-funcs distutils @@ -13,7 +13,7 @@ HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/" SRC_URI="mirror://fedora-dev/development/source/SRPMS/${P}-${RPMREV}.src.rpm" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86 ~amd64" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" RDEPEND="dev-lang/python !<sys-libs/libkudzu-1.2" |