summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-29 00:23:30 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-29 00:23:30 +0000
commit685e93825b6dbdf75aa89231b37e2e099a4467e9 (patch)
tree11eeea22830f73c673590a928833c492af6c4c3a /eclass
parentAdd support for LINGUAS variable to select translations and documentation lan... (diff)
downloadgentoo-2-685e93825b6dbdf75aa89231b37e2e099a4467e9.tar.gz
gentoo-2-685e93825b6dbdf75aa89231b37e2e099a4467e9.tar.bz2
gentoo-2-685e93825b6dbdf75aa89231b37e2e099a4467e9.zip
Add elibc_FreeBSD useflag to IUSE, as it's used to enable/disable PIE support.
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 b37586f0a8a7..118366ecdca7 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,6 +1,6 @@
# 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.184 2006/10/29 00:22:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.185 2006/10/29 00:23:30 flameeyes Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -13,7 +13,7 @@ WANT_AUTOMAKE="1.9"
inherit base eutils kde-functions flag-o-matic libtool autotools
DESCRIPTION="Based on the $ECLASS eclass"
HOMEPAGE="http://www.kde.org/"
-IUSE="debug xinerama"
+IUSE="debug xinerama elibc_FreeBSD"
if [[ ${ARTS_REQUIRED} != "yes" && ${ARTS_REQUIRED} != "never" && ${PN} != "arts" ]]; then
IUSE="${IUSE} arts"