summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-02-17 13:21:43 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-02-17 13:21:43 +0000
commit04667175420cdc028fb73bc572d7d61d3c1d8367 (patch)
treee92f8c343f21de3c1056c0ecab5c3a113efc95c3 /eclass
parentFix for python patches (diff)
downloadgentoo-2-04667175420cdc028fb73bc572d7d61d3c1d8367.tar.gz
gentoo-2-04667175420cdc028fb73bc572d7d61d3c1d8367.tar.bz2
gentoo-2-04667175420cdc028fb73bc572d7d61d3c1d8367.zip
inherit base in texlive-module so that we can easily add patches with EAPI>=2
Diffstat (limited to 'eclass')
-rw-r--r--eclass/texlive-module.eclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass
index 05af6f93704b..c0f8ee2c942b 100644
--- a/eclass/texlive-module.eclass
+++ b/eclass/texlive-module.eclass
@@ -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/eclass/texlive-module.eclass,v 1.57 2010/11/07 19:46:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.58 2011/02/17 13:21:43 aballier Exp $
# @ECLASS: texlive-module.eclass
# @MAINTAINER:
@@ -20,7 +20,8 @@
# Starting from TeX Live 2009, the eclass provides a src_unpack function taking
# care of unpacking and relocating the files that need it.
#
-# It inherits texlive-common.
+# It inherits texlive-common and base for supporting patching via the PATCHES
+# bash array with EAPI>=2.
# @ECLASS-VARIABLE: TEXLIVE_MODULE_CONTENTS
# @DESCRIPTION:
@@ -59,7 +60,7 @@
# Information to display about the package.
# e.g. for enabling/disabling a feature
-inherit texlive-common
+inherit texlive-common base
HOMEPAGE="http://www.tug.org/texlive/"