diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-31 03:30:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-31 03:30:56 +0000 |
commit | d96fccfd2055de98da7122d98ad6382224839f78 (patch) | |
tree | 1d771d2e37ced9ed5a9e701078165a8ed9ac88c2 /games-action | |
parent | Added sleeps to get around a bug in udev. See bug #39345. Removing old ebui... (diff) | |
download | gentoo-2-d96fccfd2055de98da7122d98ad6382224839f78.tar.gz gentoo-2-d96fccfd2055de98da7122d98ad6382224839f78.tar.bz2 gentoo-2-d96fccfd2055de98da7122d98ad6382224839f78.zip |
virtual/x11
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/0verkill/0verkill-0.16-r2.ebuild | 6 | ||||
-rw-r--r-- | games-action/0verkill/ChangeLog | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-action/0verkill/0verkill-0.16-r2.ebuild b/games-action/0verkill/0verkill-0.16-r2.ebuild index 7822120e9f4a..94ce31896ed7 100644 --- a/games-action/0verkill/0verkill-0.16-r2.ebuild +++ b/games-action/0verkill/0verkill-0.16-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r2.ebuild,v 1.3 2004/02/29 09:19:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r2.ebuild,v 1.4 2004/03/31 03:30:56 mr_bones_ Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="A bloody 2D action deathmatch-like game in ASCII-ART" HOMEPAGE="http://artax.karlin.mff.cuni.cz/~brain/0verkill/" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc amd64" IUSE="X" -RDEPEND="X? ( x11-base/xfree )" +RDEPEND="X? ( virtual/x11 )" DEPEND="${RDEPEND} >=sys-apps/sed-4" diff --git a/games-action/0verkill/ChangeLog b/games-action/0verkill/ChangeLog index 2eafbb3a91ec..39962236d4cd 100644 --- a/games-action/0verkill/ChangeLog +++ b/games-action/0verkill/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/0verkill # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.6 2004/01/08 05:52:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.7 2004/03/31 03:30:56 mr_bones_ Exp $ + + 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + 0verkill-0.16-r2.ebuild: + virtual/x11 *0verkill-0.16-r2 (08 Jan 2004) |