diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-23 10:19:39 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-23 10:19:39 +0000 |
commit | 0f26de6a47048b9b04b5bf4b75cef07b4cc00e96 (patch) | |
tree | 9a9ebdbe48148e377b7a9054d27101b073c7fb32 /eclass/office-ext-r1.eclass | |
parent | migrate to office-ext-r1 eclass (diff) | |
download | gentoo-2-0f26de6a47048b9b04b5bf4b75cef07b4cc00e96.tar.gz gentoo-2-0f26de6a47048b9b04b5bf4b75cef07b4cc00e96.tar.bz2 gentoo-2-0f26de6a47048b9b04b5bf4b75cef07b4cc00e96.zip |
Fix stupid copy&paste.
Diffstat (limited to 'eclass/office-ext-r1.eclass')
-rw-r--r-- | eclass/office-ext-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/office-ext-r1.eclass b/eclass/office-ext-r1.eclass index f01d5b34d23b..c3604347ed42 100644 --- a/eclass/office-ext-r1.eclass +++ b/eclass/office-ext-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/office-ext-r1.eclass,v 1.1 2013/03/23 10:16:57 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/office-ext-r1.eclass,v 1.2 2013/03/23 10:19:39 scarabeus Exp $ # @ECLASS: office-ext-r1.eclass # @MAINTAINER: @@ -28,7 +28,7 @@ inherit eutils multilib # @CODE if [[ ${OFFICE_REQ_USE} ]]; then # Append the brackets for the depend bellow - PYTHON_REQ_USE="[${OFFICE_REQ_USE}]" + OFFICE_REQ_USE="[${OFFICE_REQ_USE}]" fi # @ECLASS-VARIABLE: OFFICE_IMPLEMENTATIONS |