diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 13:14:38 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 13:14:38 +0000 |
commit | 13c572f8290e11e37b765f0ba3255a7b48b17aee (patch) | |
tree | 77f8c3f56fe64ecbe6836fcf02a078041412bb22 /games-strategy/mindrover-demo | |
parent | Version bump. (diff) | |
download | gentoo-2-13c572f8290e11e37b765f0ba3255a7b48b17aee.tar.gz gentoo-2-13c572f8290e11e37b765f0ba3255a7b48b17aee.tar.bz2 gentoo-2-13c572f8290e11e37b765f0ba3255a7b48b17aee.zip |
drop virtual/libc dep
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'games-strategy/mindrover-demo')
-rw-r--r-- | games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild b/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild index 0cd4b44f8f15..366cf2f159af 100644 --- a/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild +++ b/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.4 2008/02/25 22:39:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.5 2008/05/15 13:14:38 nyhm Exp $ inherit eutils games @@ -12,11 +12,9 @@ SRC_URI=" http://demos.linuxgamepublishing.com/mindrover/${MY_P}" LICENSE="as-is" SLOT="0" KEYWORDS="x86" -RESTRICT="strip" - IUSE="" +RESTRICT="strip" -DEPEND="virtual/libc" RDEPEND="virtual/opengl" S=${WORKDIR} @@ -45,5 +43,5 @@ src_install() { games_make_wrapper ${PN} ./mindrover_demo "${dir}" "${dir}" prepgamesdirs - make_desktop_entry ${PN} "Mindrover: Europa Project (Demo)" ${PN} + make_desktop_entry ${PN} "Mindrover: Europa Project (Demo)" } |