diff options
author | 2006-07-05 01:18:10 +0000 | |
---|---|---|
committer | 2006-07-05 01:18:10 +0000 | |
commit | 46af140b7ab22cea00b50770bc016feeb850a3c5 (patch) | |
tree | be6236235ece99424f1f9db17276ee029d8671b7 /games-fps/quake2-data | |
parent | Stable x86; bug #136765 (diff) | |
download | historical-46af140b7ab22cea00b50770bc016feeb850a3c5.tar.gz historical-46af140b7ab22cea00b50770bc016feeb850a3c5.tar.bz2 historical-46af140b7ab22cea00b50770bc016feeb850a3c5.zip |
use new CDROM_NAME_SET #139196
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'games-fps/quake2-data')
-rw-r--r-- | games-fps/quake2-data/quake2-data-3.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/quake2-data/quake2-data-3.20.ebuild b/games-fps/quake2-data/quake2-data-3.20.ebuild index 0eb4a211b6d8..93065bbeb4bd 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 # 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.20 2006/06/27 21:08:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-data/quake2-data-3.20.ebuild,v 1.21 2006/07/05 01:17:45 vapier Exp $ inherit eutils games @@ -26,7 +26,7 @@ pkg_setup() { die "Unmerge games-fps/quake2-demodata to remove the conflict" fi - export CDROM_SET_NAMES=("Existing Install" "Ultimate Quake Edition" "Quake2 CD" "Quake4 Bonus DVD") + export CDROM_NAME_SET=("Existing Install" "Ultimate Quake Edition" "Quake2 CD" "Quake4 Bonus DVD") cdrom_get_cds baseq2:Install/patch:Install:Movies } |