diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-20 01:59:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-20 01:59:32 +0000 |
commit | 36665fb66e92af149c5aae3e015f2f7d5d9e7623 (patch) | |
tree | 3d400e366aa2a692f17ca76fcbbf127d9c817a88 | |
parent | add some sanity checking (diff) | |
download | gentoo-2-36665fb66e92af149c5aae3e015f2f7d5d9e7623.tar.gz gentoo-2-36665fb66e92af149c5aae3e015f2f7d5d9e7623.tar.bz2 gentoo-2-36665fb66e92af149c5aae3e015f2f7d5d9e7623.zip |
only pull in slackware fortunes when USE=offensive #140735
(Portage version: 2.1.1_pre3-r1)
-rw-r--r-- | games-misc/fortune-mod-all/fortune-mod-all-1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-misc/fortune-mod-all/fortune-mod-all-1.ebuild b/games-misc/fortune-mod-all/fortune-mod-all-1.ebuild index ed109b2c466f..b08372d7431d 100644 --- a/games-misc/fortune-mod-all/fortune-mod-all-1.ebuild +++ b/games-misc/fortune-mod-all/fortune-mod-all-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-all/fortune-mod-all-1.ebuild,v 1.8 2006/07/19 19:40:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-all/fortune-mod-all-1.ebuild,v 1.9 2006/07/20 01:59:32 vapier Exp $ DESCRIPTION="Meta package for all fortune-mod packages, with exception of fortune-mod packages for specific non-english languages" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.gentoo.org/" LICENSE="as-is" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" +IUSE="offensive" RDEPEND="games-misc/fortune-mod games-misc/fortune-mod-at-linux @@ -37,7 +37,7 @@ RDEPEND="games-misc/fortune-mod games-misc/fortune-mod-pqf games-misc/fortune-mod-rss games-misc/fortune-mod-simpsons-chalkboard - games-misc/fortune-mod-slackware + offensive? ( games-misc/fortune-mod-slackware ) games-misc/fortune-mod-smac games-misc/fortune-mod-sp-fortunes games-misc/fortune-mod-starwars |