diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-13 12:39:11 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-13 12:39:11 +0000 |
commit | a2dbb592ef7bf2dbf7004db6d1dd8833c776be08 (patch) | |
tree | 99e27b9c3705192945a9c5b4e35fa90291bc8fb5 /app-arch/tob | |
parent | QA - Add IUSE. (diff) | |
download | historical-a2dbb592ef7bf2dbf7004db6d1dd8833c776be08.tar.gz historical-a2dbb592ef7bf2dbf7004db6d1dd8833c776be08.tar.bz2 historical-a2dbb592ef7bf2dbf7004db6d1dd8833c776be08.zip |
QA - Add IUSE.
Diffstat (limited to 'app-arch/tob')
-rw-r--r-- | app-arch/tob/tob-0.26.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/tob/tob-0.26.ebuild b/app-arch/tob/tob-0.26.ebuild index 60c85eec0c8d..e82380ff016d 100644 --- a/app-arch/tob/tob-0.26.ebuild +++ b/app-arch/tob/tob-0.26.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/tob/tob-0.26.ebuild,v 1.2 2004/04/06 03:29:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tob/tob-0.26.ebuild,v 1.3 2004/06/13 12:33:14 kloeri Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://tinyplanet.ca/projects/tob/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" +IUSE="" RDEPEND="app-arch/afio" |