summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-07-08 11:00:19 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-07-08 11:00:19 +0000
commitfc203840491b80dd0340dbaaebfa71abc047843d (patch)
tree633e768211c3dc4272fabdb7761cc68271a2936d /sys-apps/paludis/paludis-0.64.0.ebuild
parentConvert from "useq" to "use". (diff)
downloadgentoo-2-fc203840491b80dd0340dbaaebfa71abc047843d.tar.gz
gentoo-2-fc203840491b80dd0340dbaaebfa71abc047843d.tar.bz2
gentoo-2-fc203840491b80dd0340dbaaebfa71abc047843d.zip
Convert from "useq" to "use".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/paludis/paludis-0.64.0.ebuild')
-rw-r--r--sys-apps/paludis/paludis-0.64.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/paludis/paludis-0.64.0.ebuild b/sys-apps/paludis/paludis-0.64.0.ebuild
index 38ff37233cab..8befbdf607e9 100644
--- a/sys-apps/paludis/paludis-0.64.0.ebuild
+++ b/sys-apps/paludis/paludis-0.64.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.64.0.ebuild,v 1.1 2011/06/20 17:04:02 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.64.0.ebuild,v 1.2 2011/07/08 11:00:19 ssuominen Exp $
inherit bash-completion eutils
@@ -107,10 +107,10 @@ src_compile() {
$(use_enable pbins ) \
$(use_enable pink ) \
$(use_enable ruby-bindings ruby ) \
- $(useq ruby-bindings && useq doc && echo --enable-ruby-doc ) \
+ $(use ruby-bindings && use doc && echo --enable-ruby-doc ) \
$(use_enable prebuilt-documentation ) \
$(use_enable python-bindings python ) \
- $(useq python-bindings && useq doc && echo --enable-python-doc ) \
+ $(use python-bindings && use doc && echo --enable-python-doc ) \
$(use_enable vim-syntax vim ) \
$(use_enable visibility ) \
$(use_enable xml ) \