diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:30:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:30:00 +0000 |
commit | a8c48b6f928f8768e3ca1206ad769b164e864c21 (patch) | |
tree | 96a594f43ffdbb9227de7fddc6cb6dfa7c97d30e /app-misc/boxes | |
parent | QA - fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-a8c48b6f928f8768e3ca1206ad769b164e864c21.tar.gz gentoo-2-a8c48b6f928f8768e3ca1206ad769b164e864c21.tar.bz2 gentoo-2-a8c48b6f928f8768e3ca1206ad769b164e864c21.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/boxes')
-rw-r--r-- | app-misc/boxes/boxes-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/boxes/boxes-1.0.1.ebuild b/app-misc/boxes/boxes-1.0.1.ebuild index 8a115d2a0615..8f850f236a38 100644 --- a/app-misc/boxes/boxes-1.0.1.ebuild +++ b/app-misc/boxes/boxes-1.0.1.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/app-misc/boxes/boxes-1.0.1.ebuild,v 1.18 2004/06/28 00:48:38 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.0.1.ebuild,v 1.19 2004/06/28 03:27:29 vapier Exp $ inherit eutils @@ -10,10 +10,10 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/utils/text/${P}.src.tar.gz" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 ppc ~sparc ~mips alpha" IUSE="" -KEYWORDS="x86 ppc alpha ~sparc ~mips" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |