diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-06-01 12:41:55 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-06-01 12:41:55 +0000 |
commit | 92102d428a36b976f8e5da1f4d599904fd15e20c (patch) | |
tree | 5900b096230a4cbb2f96914cbce6dd16af109288 /app-arch/rpm2targz | |
parent | version bump wrt #221763 (diff) | |
download | gentoo-2-92102d428a36b976f8e5da1f4d599904fd15e20c.tar.gz gentoo-2-92102d428a36b976f8e5da1f4d599904fd15e20c.tar.bz2 gentoo-2-92102d428a36b976f8e5da1f4d599904fd15e20c.zip |
Stable on ppc wrt bug 224221
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-arch/rpm2targz')
-rw-r--r-- | app-arch/rpm2targz/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/rpm2targz/rpm2targz-9.0-r7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/rpm2targz/ChangeLog b/app-arch/rpm2targz/ChangeLog index 54c962114877..d1bc92d156ed 100644 --- a/app-arch/rpm2targz/ChangeLog +++ b/app-arch/rpm2targz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/rpm2targz # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.63 2008/05/31 21:16:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.64 2008/06/01 12:41:55 nixnut Exp $ + + 01 Jun 2008; nixnut <nixnut@gentoo.org> rpm2targz-9.0-r7.ebuild: + Stable on ppc wrt bug 224221 *rpm2targz-9.0.0.0g (31 May 2008) diff --git a/app-arch/rpm2targz/rpm2targz-9.0-r7.ebuild b/app-arch/rpm2targz/rpm2targz-9.0-r7.ebuild index b1a563b6d5dc..7cdfeabf98ec 100644 --- a/app-arch/rpm2targz/rpm2targz-9.0-r7.ebuild +++ b/app-arch/rpm2targz/rpm2targz-9.0-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0-r7.ebuild,v 1.3 2008/05/31 13:58:47 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0-r7.ebuild,v 1.4 2008/06/01 12:41:55 nixnut Exp $ inherit toolchain-funcs eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="userland_GNU" # NOTE: rpm2targz autodetects rpm2cpio at runtime, and uses it if available, |