diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-10-08 15:56:40 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-10-08 15:56:40 +0000 |
commit | e25aae10bcfd6e6635ef47ee3594ecaf4d1f2b8b (patch) | |
tree | 8e6989bc9f6769f29e91b05b39c5786870ddbb00 /app-arch | |
parent | marking -amd64; this is not 64bit save at all, doesn't even compile with gcc4... (diff) | |
download | gentoo-2-e25aae10bcfd6e6635ef47ee3594ecaf4d1f2b8b.tar.gz gentoo-2-e25aae10bcfd6e6635ef47ee3594ecaf4d1f2b8b.tar.bz2 gentoo-2-e25aae10bcfd6e6635ef47ee3594ecaf4d1f2b8b.zip |
Dropped ~ppc-macos, see you in prefix.
(Portage version: 2.1.1)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/rpm2targz/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/rpm2targz/rpm2targz-9.0-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/rpm2targz/ChangeLog b/app-arch/rpm2targz/ChangeLog index 55b81b49530b..00e6b798aae9 100644 --- a/app-arch/rpm2targz/ChangeLog +++ b/app-arch/rpm2targz/ChangeLog @@ -1,6 +1,9 @@ # 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.44 2006/04/27 12:19:30 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.45 2006/10/08 15:56:40 grobian Exp $ + + 08 Oct 2006; Fabian Groffen <grobian@gentoo.org> rpm2targz-9.0-r5.ebuild: + Dropped ~ppc-macos, see you in prefix. 27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-rpm2targz-9.0-r2, files/digest-rpm2targz-9.0-r3, diff --git a/app-arch/rpm2targz/rpm2targz-9.0-r5.ebuild b/app-arch/rpm2targz/rpm2targz-9.0-r5.ebuild index b745dce562bc..56a4ba2002fb 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 # 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.2 2006/04/25 16:44:07 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0-r5.ebuild,v 1.3 2006/10/08 15:56:40 grobian 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 ~ppc-macos ~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, |