summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-05 01:24:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-05 01:24:52 +0000
commit44c69a4cfe9d03adc5b9bc1720d6a69c745325fa (patch)
treeb54b49bda4626f3b95e7160297ee58d6f6619ad4 /eclass
parentwhitespace (diff)
downloadgentoo-2-44c69a4cfe9d03adc5b9bc1720d6a69c745325fa.tar.gz
gentoo-2-44c69a4cfe9d03adc5b9bc1720d6a69c745325fa.tar.bz2
gentoo-2-44c69a4cfe9d03adc5b9bc1720d6a69c745325fa.zip
inherit base so PATCHES array works
Diffstat (limited to 'eclass')
-rw-r--r--eclass/games.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 7584e7883fea..268c93ff8167 100644
--- a/eclass/games.eclass
+++ b/eclass/games.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/games.eclass,v 1.129 2008/12/01 20:36:43 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.130 2009/01/05 01:24:52 mr_bones_ Exp $
# devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org
#
@@ -8,7 +8,7 @@
# you better have a *good* reason why you're *not* using games.eclass
# in a games-* ebuild
-inherit multilib eutils
+inherit base multilib eutils
case ${EAPI:-0} in
0|1) EXPORT_FUNCTIONS pkg_setup src_compile pkg_preinst pkg_postinst ;;