diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-09-26 18:24:57 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-09-26 18:24:57 +0000 |
commit | b373745a8572e192bb56a0705bcca9331341b1ac (patch) | |
tree | 5662bc226e26291de650f075351a0757a38d08d5 /games-action/rune | |
parent | Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds() and (diff) | |
download | gentoo-2-b373745a8572e192bb56a0705bcca9331341b1ac.tar.gz gentoo-2-b373745a8572e192bb56a0705bcca9331341b1ac.tar.bz2 gentoo-2-b373745a8572e192bb56a0705bcca9331341b1ac.zip |
Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds() and
also GAMES_CHECK_LICENSE=yes is set.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-0911-x86-64 i686)
Diffstat (limited to 'games-action/rune')
-rw-r--r-- | games-action/rune/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/rune/rune-1.07-r2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-action/rune/ChangeLog b/games-action/rune/ChangeLog index 050dcf99c76e..410cc332619c 100644 --- a/games-action/rune/ChangeLog +++ b/games-action/rune/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/rune # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.17 2008/06/05 19:07:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.18 2008/09/26 18:24:57 zmedico Exp $ + + 26 Sep 2008; Zac Medico <zmedico@gentoo.org> rune-1.07-r2.ebuild: + Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds() and + also GAMES_CHECK_LICENSE=yes is set. 05 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml: Removing myself as maintainer. diff --git a/games-action/rune/rune-1.07-r2.ebuild b/games-action/rune/rune-1.07-r2.ebuild index abc7a7a42636..328656fe9465 100644 --- a/games-action/rune/rune-1.07-r2.ebuild +++ b/games-action/rune/rune-1.07-r2.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/rune/rune-1.07-r2.ebuild,v 1.8 2008/03/06 03:39:53 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild,v 1.9 2008/09/26 18:24:57 zmedico Exp $ inherit eutils games @@ -12,6 +12,7 @@ SRC_URI="mirror://gentoo/rune-all-0.2.tar.bz2 LICENSE="LOKI-EULA" SLOT="0" KEYWORDS="amd64 x86" +PROPERTIES="interactive" RESTRICT="strip" IUSE="" |