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 | 09af23f0ab91d6a90b48d4217ac13fc48ef339ff (patch) | |
tree | 39b83144be24fdb80223f1d4db0adc96bd0303af /eclass | |
parent | mask new openafs 1.6 release candidates (diff) | |
download | historical-09af23f0ab91d6a90b48d4217ac13fc48ef339ff.tar.gz historical-09af23f0ab91d6a90b48d4217ac13fc48ef339ff.tar.bz2 historical-09af23f0ab91d6a90b48d4217ac13fc48ef339ff.zip |
Append to IUSE, do not override it.
Diffstat (limited to '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 |