diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-19 10:30:23 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-19 10:30:23 +0000 |
commit | 8f36808b322ea39c75d6addb50190f43b2f2014d (patch) | |
tree | 5f6043b7972de466c12820e348543b02ae83420f /eclass/xorg-2.eclass | |
parent | mask new openafs 1.6 release candidates (diff) | |
download | gentoo-2-8f36808b322ea39c75d6addb50190f43b2f2014d.tar.gz gentoo-2-8f36808b322ea39c75d6addb50190f43b2f2014d.tar.bz2 gentoo-2-8f36808b322ea39c75d6addb50190f43b2f2014d.zip |
Append to IUSE, do not override it.
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index e700ef3a10d2..4f375631aaa6 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.37 2011/03/18 18:31:23 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.38 2011/03/19 10:30:23 scarabeus Exp $ # # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -207,7 +207,7 @@ case ${XORG_DRI} in *) COMMON_DEPEND+=" ${XORG_DRI}? ( ${DRI_COMMON_DEPEND} )" DEPEND+=" ${XORG_DRI}? ( ${DRI_DEPEND} )" - IUSE="${XORG_DRI}" + IUSE+=" ${XORG_DRI}" ;; esac unset DRI_DEPEND @@ -260,7 +260,7 @@ case ${XORG_DOC} in ;; *) DEPEND+=" ${XORG_DOC}? ( ${DOC_DEPEND} )" - IUSE="${XORG_DOC}" + IUSE+=" ${XORG_DOC}" ;; esac unset DOC_DEPEND |