diff options
author | 2012-01-16 19:44:05 +0000 | |
---|---|---|
committer | 2012-01-16 19:44:05 +0000 | |
commit | fe3d93d3efc225f0197d2cd8d6548f04b9d7d206 (patch) | |
tree | e060e3b97a47f6017fd1c00f0d3a1aa6a5cd5595 /games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild | |
parent | Fix media-tv/linuxtv-dvb-headers dependency (diff) | |
download | gentoo-2-fe3d93d3efc225f0197d2cd8d6548f04b9d7d206.tar.gz gentoo-2-fe3d93d3efc225f0197d2cd8d6548f04b9d7d206.tar.bz2 gentoo-2-fe3d93d3efc225f0197d2cd8d6548f04b9d7d206.zip |
Migrate to cdrom.eclass, bug 398809.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild')
-rw-r--r-- | games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild b/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild index 4c95beebc671..9e486ab0df98 100644 --- a/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild +++ b/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild,v 1.13 2011/12/14 17:34:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild,v 1.14 2012/01/16 19:44:05 ulm Exp $ # [x] Base Install Required (+4 MB) # [x] Scenarios (+7 MB) @@ -16,7 +16,7 @@ LANGPACKBASE="http://babelize.org/download/" LANGPACKPATHPREFIX="${LANGPACKBASE}/${LANGPACKPREFIX}" LANGPACKVERSION=1.0.4 -inherit eutils games +inherit eutils cdrom games DESCRIPTION="Heroes of Might and Magic III : The Restoration of Erathia - turn-based 2-D medieval combat" HOMEPAGE="http://www.lokigames.com/products/heroes3/" @@ -39,7 +39,6 @@ IUSE="nocd maps music sounds videos" #linguas_en linguas_es linguas_pl linguas_de" KEYWORDS="~ppc x86" RESTRICT="strip" -PROPERTIES="interactive" DEPEND="=dev-util/xdelta-1* games-util/loki_patch" |