diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-08-23 00:16:50 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-08-23 00:16:50 +0000 |
commit | 63a99be82e585aad1d29aea9985a99c0c770e129 (patch) | |
tree | bd72710834f2f277e556c4148774679fed65e6e4 /dev-python/rhpl | |
parent | The gnome-desktop-sharp assembly is currently locked to libgnome-desktop.so.1... (diff) | |
download | gentoo-2-63a99be82e585aad1d29aea9985a99c0c770e129.tar.gz gentoo-2-63a99be82e585aad1d29aea9985a99c0c770e129.tar.bz2 gentoo-2-63a99be82e585aad1d29aea9985a99c0c770e129.zip |
amd64 stable, tested by using gentoo-smolt. bug 282380
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/rhpl')
-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" |