diff options
author | 2012-12-18 05:14:53 +0000 | |
---|---|---|
committer | 2012-12-18 05:14:53 +0000 | |
commit | d6d6d9e1da7133f80080e1aaf8b51ded183258e4 (patch) | |
tree | 8bf19e7100575e3416ca7d51d708d9c9fa8b5e49 /app-pda | |
parent | Version bump wrt #447316 by Andrew Savchenko (diff) | |
download | gentoo-2-d6d6d9e1da7133f80080e1aaf8b51ded183258e4.tar.gz gentoo-2-d6d6d9e1da7133f80080e1aaf8b51ded183258e4.tar.bz2 gentoo-2-d6d6d9e1da7133f80080e1aaf8b51ded183258e4.zip |
Missing econf argument for USE flag, somehow missed it when bumping
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/barry/barry-0.18.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-pda/barry/barry-0.18.3.ebuild b/app-pda/barry/barry-0.18.3.ebuild index 875646a90f75..6476419c3b44 100644 --- a/app-pda/barry/barry-0.18.3.ebuild +++ b/app-pda/barry/barry-0.18.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/barry/barry-0.18.3.ebuild,v 1.1 2012/12/17 09:04:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/barry/barry-0.18.3.ebuild,v 1.2 2012/12/18 05:14:53 ssuominen Exp $ EAPI=5 inherit bash-completion-r1 eutils gnome2-utils udev @@ -43,11 +43,12 @@ src_prepare() { src_configure() { econf \ + $(use_enable nls) \ $(use_enable static-libs static) \ $(use_enable boost) \ $(use_enable gui) \ - $(use_enable nls) \ $(use_enable opensync opensync-plugin) \ + $(use_enable desktop) \ --disable-rpath } |