diff options
author | 2009-08-26 17:52:55 +0000 | |
---|---|---|
committer | 2009-08-26 17:52:55 +0000 | |
commit | 72ec354cee44546f267303b2453455cbfbe9d6a3 (patch) | |
tree | 0f325630bf61c054f9a67e30dbdc895a6882a273 /gpe-base/libhandoff/libhandoff-0.1.ebuild | |
parent | Add DEPEND on dev-util/gtk-doc-am due to use of GTK_DOC_CHECK M4 macro. (diff) | |
download | gentoo-2-72ec354cee44546f267303b2453455cbfbe9d6a3.tar.gz gentoo-2-72ec354cee44546f267303b2453455cbfbe9d6a3.tar.bz2 gentoo-2-72ec354cee44546f267303b2453455cbfbe9d6a3.zip |
Add missing GPECONF expansion.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'gpe-base/libhandoff/libhandoff-0.1.ebuild')
-rw-r--r-- | gpe-base/libhandoff/libhandoff-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpe-base/libhandoff/libhandoff-0.1.ebuild b/gpe-base/libhandoff/libhandoff-0.1.ebuild index 8a7063a38cb6..01c9ac0a50e3 100644 --- a/gpe-base/libhandoff/libhandoff-0.1.ebuild +++ b/gpe-base/libhandoff/libhandoff-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/libhandoff/libhandoff-0.1.ebuild,v 1.2 2009/08/26 17:19:52 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/libhandoff/libhandoff-0.1.ebuild,v 1.3 2009/08/26 17:52:55 miknix Exp $ GPE_TARBALL_SUFFIX="bz2" GPE_MIRROR="http://gpe.linuxtogo.org/download/source" @@ -14,7 +14,7 @@ KEYWORDS="~arm ~amd64 ~x86" GPE_DOCS="ChangeLog" IUSE="" -GPECONF="--disable-gtk-doc" +GPECONF="${GPECONF} --disable-gtk-doc" # This package doesn't generate any gtk-doc yet, # leave this commented for now. # IUSE="doc" |