summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-12 11:18:41 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-12 11:18:41 +0000
commit6108ca388b468e34101151014019242e7808b43b (patch)
tree76610f5a948a77ee808eae371b5868a3ce354852 /eclass
parent~amd64 (diff)
downloadgentoo-2-6108ca388b468e34101151014019242e7808b43b.tar.gz
gentoo-2-6108ca388b468e34101151014019242e7808b43b.tar.bz2
gentoo-2-6108ca388b468e34101151014019242e7808b43b.zip
Added missing flag-o-matic inherit, to filter visibility flags.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 42a99dc65735..45b635f21da2 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.136 2005/10/11 23:50:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.137 2005/10/12 11:18:41 flameeyes Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
# Revisions Caleb Tennis <caleb@gentoo.org>
# The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here.
-inherit base eutils kde-functions
+inherit base eutils kde-functions flag-o-matic
DESCRIPTION="Based on the $ECLASS eclass"
HOMEPAGE="http://www.kde.org/"
IUSE="debug arts xinerama kdeenablefinal"