diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-14 07:25:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-14 07:25:29 +0000 |
commit | b782e5b76b7766b550effae926c8d1764edc6b37 (patch) | |
tree | 8037181b757f1813c40c394343c4e2dd384754bf /games-action/heretic2-demo | |
parent | make pbweb.x86 executable (bug #266020) (diff) | |
download | historical-b782e5b76b7766b550effae926c8d1764edc6b37.tar.gz historical-b782e5b76b7766b550effae926c8d1764edc6b37.tar.bz2 historical-b782e5b76b7766b550effae926c8d1764edc6b37.zip |
FEATURES="interactive" (bug #151113)
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'games-action/heretic2-demo')
-rw-r--r-- | games-action/heretic2-demo/heretic2-demo-1.06a.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild b/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild index 09374cb93b63..aca195db58f9 100644 --- a/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild +++ b/games-action/heretic2-demo/heretic2-demo-1.06a.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-action/heretic2-demo/heretic2-demo-1.06a.ebuild,v 1.8 2008/02/29 18:04:48 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild,v 1.9 2009/04/14 07:24:29 mr_bones_ Exp $ inherit eutils multilib games @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" RESTRICT="strip" +PROPERTIES="interactive" QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/heretic2-demo/ref_glx.so" DEPEND="games-util/loki_patch" |