summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-01 12:37:58 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-01 12:37:58 +0000
commit6ee2ec48882d231c7fedf18e8668b68df6c7f276 (patch)
treeb7406c22ca7b1b65ed6aaf13e8eae34ef504a820 /eclass
parentVersion bump. (diff)
downloadgentoo-2-6ee2ec48882d231c7fedf18e8668b68df6c7f276.tar.gz
gentoo-2-6ee2ec48882d231c7fedf18e8668b68df6c7f276.tar.bz2
gentoo-2-6ee2ec48882d231c7fedf18e8668b68df6c7f276.zip
static-libs useflag is not required on x11-apps at all so drop it in eclass rather than per-package.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xorg-2.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 6c68c36b281c..c717619f993e 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.17 2010/10/31 12:06:06 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.18 2010/11/01 12:37:58 scarabeus Exp $
#
# @ECLASS: xorg-2.eclass
# @MAINTAINER:
@@ -149,6 +149,7 @@ fi
if [[ ${XORG_STATIC} == yes \
&& ${FONT} != yes \
&& ${CATEGORY} != app-doc \
+ && ${CATEGORY} != x11-apps \
&& ${CATEGORY} != x11-proto \
&& ${CATEGORY} != x11-drivers \
&& ${CATEGORY} != media-fonts \