diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-07 05:24:00 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-07 05:24:00 +0000 |
commit | 488126ce9a17effed27e7816bebc054a87bfde48 (patch) | |
tree | 0a5e1fe3fd58a5072d03696c43f858f3cc552016 /app-misc/boxes/boxes-1.0.1.ebuild | |
parent | QA - IUSE fix (diff) | |
download | historical-488126ce9a17effed27e7816bebc054a87bfde48.tar.gz historical-488126ce9a17effed27e7816bebc054a87bfde48.tar.bz2 historical-488126ce9a17effed27e7816bebc054a87bfde48.zip |
QA - IUSE fix
Diffstat (limited to 'app-misc/boxes/boxes-1.0.1.ebuild')
-rw-r--r-- | app-misc/boxes/boxes-1.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/boxes/boxes-1.0.1.ebuild b/app-misc/boxes/boxes-1.0.1.ebuild index 4b8effec451e..233ab76dfe2e 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 Technologies, Inc. # 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.15 2004/04/06 04:09:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.0.1.ebuild,v 1.16 2004/06/07 05:21:55 dragonheart Exp $ inherit eutils @@ -10,6 +10,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/utils/text/${P}.src.tar.gz" LICENSE="GPL-2" SLOT="0" +IUSE="" KEYWORDS="x86 ppc alpha" DEPEND="virtual/glibc" |