diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-09-26 18:01:27 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-09-26 18:01:27 +0000 |
commit | 5217eb91268dc465fc8596d4c8f12af1ddba6110 (patch) | |
tree | ebcda271b3dbe283772611d234736bd9e00e39fa /games-fps | |
parent | Set PROPERTIES=interactive since src_install() calls cdrom_get_cds() and (diff) | |
download | gentoo-2-5217eb91268dc465fc8596d4c8f12af1ddba6110.tar.gz gentoo-2-5217eb91268dc465fc8596d4c8f12af1ddba6110.tar.bz2 gentoo-2-5217eb91268dc465fc8596d4c8f12af1ddba6110.zip |
Set PROPERTIES=interactive since GAMES_CHECK_LICENSE=yes is set.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-0911-x86-64 i686)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/doom3-demo/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-fps/doom3-demo/ChangeLog b/games-fps/doom3-demo/ChangeLog index 9fb0ce813c83..552c6f61ab76 100644 --- a/games-fps/doom3-demo/ChangeLog +++ b/games-fps/doom3-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/doom3-demo -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/ChangeLog,v 1.27 2007/12/25 22:28:48 solar Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/ChangeLog,v 1.28 2008/09/26 18:01:27 zmedico Exp $ + + 26 Sep 2008; Zac Medico <zmedico@gentoo.org> doom3-demo-1.1.1286.ebuild: + Set PROPERTIES=interactive since GAMES_CHECK_LICENSE=yes is set. 25 Dec 2007; <solar@gentoo.org> doom3-demo-1.1.1286.ebuild: - binary packages that are linked with libc.so.6 need to use sys-libs/glibc diff --git a/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild b/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild index f3098cfd97ed..a7c3d4911ae7 100644 --- a/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild +++ b/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild,v 1.21 2007/12/25 22:28:48 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild,v 1.22 2008/09/26 18:01:27 zmedico Exp $ inherit eutils games @@ -14,6 +14,7 @@ LICENSE="DOOM3" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="opengl dedicated" +PROPERTIES="interactive" RESTRICT="strip mirror" QA_EXECSTACK="${GAMES_PREFIX_OPT:1}/${PN}/*" |