diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 20:11:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 20:11:58 +0000 |
commit | edc11df7a71e8e1f6dfc66279b25f817c9c81e0e (patch) | |
tree | a30105b39fc085ebe5ce9d2778c6f18f7e192d15 /app-arch/bzip2 | |
parent | arm KEYWORD (diff) | |
download | gentoo-2-edc11df7a71e8e1f6dfc66279b25f817c9c81e0e.tar.gz gentoo-2-edc11df7a71e8e1f6dfc66279b25f817c9c81e0e.tar.bz2 gentoo-2-edc11df7a71e8e1f6dfc66279b25f817c9c81e0e.zip |
KEYWORD shuffle
Diffstat (limited to 'app-arch/bzip2')
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/bzip2/bzip2-1.0.2-r3.ebuild b/app-arch/bzip2/bzip2-1.0.2-r3.ebuild index 37478dd0e2b3..c529d81dc96d 100644 --- a/app-arch/bzip2/bzip2-1.0.2-r3.ebuild +++ b/app-arch/bzip2/bzip2-1.0.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.2-r3.ebuild,v 1.8 2004/04/24 08:03:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.2-r3.ebuild,v 1.9 2004/04/25 20:11:58 vapier Exp $ inherit gcc flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="ftp://sources.redhat.com/pub/bzip2/v102/${P}.tar.gz" LICENSE="BZIP2" SLOT="0" -KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ia64 s390" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" IUSE="build static debug" DEPEND="virtual/glibc" |