diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-09-26 18:33:10 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-09-26 18:33:10 +0000 |
commit | efe580a761ec85e6a3ffe3f56b1cf289cf9b0069 (patch) | |
tree | 8ea9589aff5ac36f190b54ed503129beaaac48ff /games-fps/quake1-data | |
parent | Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds() and (diff) | |
download | gentoo-2-efe580a761ec85e6a3ffe3f56b1cf289cf9b0069.tar.gz gentoo-2-efe580a761ec85e6a3ffe3f56b1cf289cf9b0069.tar.bz2 gentoo-2-efe580a761ec85e6a3ffe3f56b1cf289cf9b0069.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/quake1-data')
-rw-r--r-- | games-fps/quake1-data/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake1-data/quake1-data-2.40.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-fps/quake1-data/ChangeLog b/games-fps/quake1-data/ChangeLog index e5943104e14a..d62172cb9ae9 100644 --- a/games-fps/quake1-data/ChangeLog +++ b/games-fps/quake1-data/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake1-data -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-data/ChangeLog,v 1.7 2006/10/24 22:46:08 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-data/ChangeLog,v 1.8 2008/09/26 18:33:10 zmedico Exp $ + + 26 Sep 2008; Zac Medico <zmedico@gentoo.org> quake1-data-2.40.ebuild: + Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds(). 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake1-data-2.40.ebuild: diff --git a/games-fps/quake1-data/quake1-data-2.40.ebuild b/games-fps/quake1-data/quake1-data-2.40.ebuild index 0cd1f8d21884..dc4063a571c7 100644 --- a/games-fps/quake1-data/quake1-data-2.40.ebuild +++ b/games-fps/quake1-data/quake1-data-2.40.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/quake1-data/quake1-data-2.40.ebuild,v 1.13 2006/10/24 22:46:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-data/quake1-data-2.40.ebuild,v 1.14 2008/09/26 18:33:10 zmedico Exp $ # TODO: if installing off of the 1.01 cd, need to fetch the # quake shareware and use that pak0 @@ -17,6 +17,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" +PROPERTIES="interactive" DEPEND="app-arch/lha" RDEPEND="" |