diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-09-28 21:34:13 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-09-28 21:34:13 +0000 |
commit | bea348b34ba51bb74ce0913caae21b405e5705ab (patch) | |
tree | 8693aeb3705d5d243f958d588944393bc6238c98 /games-strategy | |
parent | Added missing xml-commons-external dependency. (diff) | |
download | gentoo-2-bea348b34ba51bb74ce0913caae21b405e5705ab.tar.gz gentoo-2-bea348b34ba51bb74ce0913caae21b405e5705ab.tar.bz2 gentoo-2-bea348b34ba51bb74ce0913caae21b405e5705ab.zip |
inherit eutils for doicon and make_desktop_entry
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/bos/bos-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/bos/bos-1.1.ebuild b/games-strategy/bos/bos-1.1.ebuild index 9cad4911c1af..89b29d00d667 100644 --- a/games-strategy/bos/bos-1.1.ebuild +++ b/games-strategy/bos/bos-1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/bos/bos-1.1.ebuild,v 1.3 2006/01/06 23:28:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/bos/bos-1.1.ebuild,v 1.4 2006/09/28 21:34:13 nyhm Exp $ -inherit games +inherit eutils games MY_P=${PN}_${PV/./_} DESCRIPTION="Invasion - Battle of Survival is a real-time strategy game using the Stratagus game engine" |