diff options
author | 2007-01-21 16:54:28 +0000 | |
---|---|---|
committer | 2007-01-21 16:54:28 +0000 | |
commit | 24aebabfbd3dc843f996af9e496509afef7532ba (patch) | |
tree | 7abf8cf543d389e115e3e5948961cc123f7d218e /app-arch/rpm2targz | |
parent | Forgot to mask the packages (diff) | |
download | gentoo-2-24aebabfbd3dc843f996af9e496509afef7532ba.tar.gz gentoo-2-24aebabfbd3dc843f996af9e496509afef7532ba.tar.bz2 gentoo-2-24aebabfbd3dc843f996af9e496509afef7532ba.zip |
Stable on Alpha; bug #154738
(Portage version: 2.1.2)
Diffstat (limited to 'app-arch/rpm2targz')
-rw-r--r-- | app-arch/rpm2targz/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/rpm2targz/rpm2targz-9.0-r5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-arch/rpm2targz/ChangeLog b/app-arch/rpm2targz/ChangeLog index 808545ac4781..db677de739d3 100644 --- a/app-arch/rpm2targz/ChangeLog +++ b/app-arch/rpm2targz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/rpm2targz -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.51 2006/11/15 13:38:26 corsair Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.52 2007/01/21 16:54:28 eroyf Exp $ + + 21 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org> + rpm2targz-9.0-r5.ebuild: + Stable on Alpha; bug #154738 15 Nov 2006; Markus Rothe <corsair@gentoo.org> rpm2targz-9.0-r5.ebuild: Stable on ppc64; bug #154738 diff --git a/app-arch/rpm2targz/rpm2targz-9.0-r5.ebuild b/app-arch/rpm2targz/rpm2targz-9.0-r5.ebuild index 9a7d18a7b8f1..013d0785d120 100644 --- a/app-arch/rpm2targz/rpm2targz-9.0-r5.ebuild +++ b/app-arch/rpm2targz/rpm2targz-9.0-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0-r5.ebuild,v 1.10 2006/11/15 13:38:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0-r5.ebuild,v 1.11 2007/01/21 16:54:28 eroyf 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="" # NOTE: rpm2targz autodetects rpm2cpio at runtime, and uses it if available, |