diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-09-26 18:36:04 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-09-26 18:36:04 +0000 |
commit | ac18f919272c097feb20f0f5baefa59b581c8c56 (patch) | |
tree | 1d9e581a06ee256fa434dcd1ea01a6d0c891eab6 /games-fps/quake2-data | |
parent | Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds(). (diff) | |
download | gentoo-2-ac18f919272c097feb20f0f5baefa59b581c8c56.tar.gz gentoo-2-ac18f919272c097feb20f0f5baefa59b581c8c56.tar.bz2 gentoo-2-ac18f919272c097feb20f0f5baefa59b581c8c56.zip |
Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds().
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-0911-x86-64 i686)
Diffstat (limited to 'games-fps/quake2-data')
-rw-r--r-- | games-fps/quake2-data/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake2-data/quake2-data-3.20.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-fps/quake2-data/ChangeLog b/games-fps/quake2-data/ChangeLog index a369eb90669c..96bd0b1bea23 100644 --- a/games-fps/quake2-data/ChangeLog +++ b/games-fps/quake2-data/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake2-data -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-data/ChangeLog,v 1.13 2007/02/22 00:01:00 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-data/ChangeLog,v 1.14 2008/09/26 18:36:04 zmedico Exp $ + + 26 Sep 2008; Zac Medico <zmedico@gentoo.org> quake2-data-3.20.ebuild: + Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds(). 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-fps/quake2-data/quake2-data-3.20.ebuild b/games-fps/quake2-data/quake2-data-3.20.ebuild index bcff40970934..e2f9abe8523c 100644 --- a/games-fps/quake2-data/quake2-data-3.20.ebuild +++ b/games-fps/quake2-data/quake2-data-3.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/quake2-data/quake2-data-3.20.ebuild,v 1.23 2006/10/24 22:47:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-data/quake2-data-3.20.ebuild,v 1.24 2008/09/26 18:36:04 zmedico Exp $ inherit eutils games @@ -12,6 +12,7 @@ LICENSE="Q2EULA" SLOT="0" KEYWORDS="~alpha amd64 ppc sparc x86 ~x86-fbsd" IUSE="videos" +PROPERTIES="interactive" DEPEND="app-arch/unzip" RDEPEND="" |