diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-16 02:24:05 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-16 02:24:05 +0000 |
commit | 7937f816e1a9b295434ad42213bea7f901b00926 (patch) | |
tree | f2b789e8ce6484bc9b2cb6bf26df3b55ac47f619 /sys-apps/debianutils | |
parent | ppc-macos keywording (Manifest recommit) (diff) | |
download | gentoo-2-7937f816e1a9b295434ad42213bea7f901b00926.tar.gz gentoo-2-7937f816e1a9b295434ad42213bea7f901b00926.tar.bz2 gentoo-2-7937f816e1a9b295434ad42213bea7f901b00926.zip |
ppc-macos keywording
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/debianutils-1.16.7-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/debianutils/debianutils-1.16.7-r4.ebuild b/sys-apps/debianutils/debianutils-1.16.7-r4.ebuild index aeaa0ced7c8a..a146d0194bbe 100644 --- a/sys-apps/debianutils/debianutils-1.16.7-r4.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.7-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.7-r4.ebuild,v 1.11 2004/09/12 19:22:10 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.7-r4.ebuild,v 1.12 2004/09/16 02:19:55 pvdabeel Exp $ inherit eutils @@ -10,12 +10,12 @@ SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390 macos" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390 macos ppc-macos" IUSE="static build" DEPEND="virtual/libc" RDEPEND="app-arch/bzip2 - !macos? ( sys-apps/coreutils )" + !macos? ( !ppc-macos? ( sys-apps/coreutils ) )" src_unpack() { unpack ${A} |