summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-06-09 15:36:40 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-06-09 15:36:40 +0000
commit3933dfa6b453e17c652cde1d85c7dcab00797e61 (patch)
treecad07e2366ac00d48d3d46f46c7c99a578d6159f /eclass
parentadd RESTRICT="mirror" (diff)
downloadgentoo-2-3933dfa6b453e17c652cde1d85c7dcab00797e61.tar.gz
gentoo-2-3933dfa6b453e17c652cde1d85c7dcab00797e61.tar.bz2
gentoo-2-3933dfa6b453e17c652cde1d85c7dcab00797e61.zip
Added support for Makeself 1.6.0-nv which is used by NVIDIA in packaging the NVIDIA binary drivers.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index f3be319e8ee5..e3c9c7e321de 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -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/eclass/eutils.eclass,v 1.239 2006/06/07 17:39:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.240 2006/06/09 15:36:40 wolf31o2 Exp $
#
# This eclass is for general purpose functions that most ebuilds
# have to implement themselves.
@@ -1109,7 +1109,7 @@ unpack_makeself() {
local skip=0
exe=tail
case ${ver} in
- 1.5.*) # tested 1.5.{3,4,5} ... guessing 1.5.x series is same
+ 1.5.*|1.6.0-nv) # tested 1.5.{3,4,5} ... guessing 1.5.x series is same
skip=$(grep -a ^skip= "${src}" | cut -d= -f2)
;;
2.0|2.0.1)