diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-22 22:39:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-22 22:39:31 +0000 |
commit | 5224e545b371593788227bb6be25a6a3f55ab49a (patch) | |
tree | 1e26f316d138120f0ef12f2432d4ea49789134d5 /games-misc | |
parent | fix bug (diff) | |
download | gentoo-2-5224e545b371593788227bb6be25a6a3f55ab49a.tar.gz gentoo-2-5224e545b371593788227bb6be25a6a3f55ab49a.tar.bz2 gentoo-2-5224e545b371593788227bb6be25a6a3f55ab49a.zip |
need to block bsdgames #113238
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/wtf/wtf-20051104.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-misc/wtf/wtf-20051104.ebuild b/games-misc/wtf/wtf-20051104.ebuild index fb0fcf63c702..181a0e9ff56b 100644 --- a/games-misc/wtf/wtf-20051104.ebuild +++ b/games-misc/wtf/wtf-20051104.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20051104.ebuild,v 1.1 2005/11/20 23:52:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20051104.ebuild,v 1.2 2005/11/22 22:39:31 vapier Exp $ inherit eutils @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" IUSE="" -DEPEND="" -RDEPEND="sys-apps/grep" +DEPEND="!games-misc/bsd-games" +RDEPEND="${DEPEND} + sys-apps/grep" src_unpack() { unpack ${A} |