summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-04-07 21:57:37 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-04-07 21:57:37 +0000
commit93ad559ebaadf0e95420e2ce04b2a63c68e4e837 (patch)
tree643f3038383ce9ecb732f5c55268f690147c3745 /x11-libs/libcryptui/libcryptui-3.8.0.ebuild
parentApply team policy. (diff)
downloadgentoo-2-93ad559ebaadf0e95420e2ce04b2a63c68e4e837.tar.gz
gentoo-2-93ad559ebaadf0e95420e2ce04b2a63c68e4e837.tar.bz2
gentoo-2-93ad559ebaadf0e95420e2ce04b2a63c68e4e837.zip
Apply team policy.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'x11-libs/libcryptui/libcryptui-3.8.0.ebuild')
-rw-r--r--x11-libs/libcryptui/libcryptui-3.8.0.ebuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/x11-libs/libcryptui/libcryptui-3.8.0.ebuild b/x11-libs/libcryptui/libcryptui-3.8.0.ebuild
index 3b36ce2d03fb..36a0c17a3a3e 100644
--- a/x11-libs/libcryptui/libcryptui-3.8.0.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.8.0.ebuild
@@ -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/x11-libs/libcryptui/libcryptui-3.8.0.ebuild,v 1.1 2013/03/28 22:16:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/libcryptui-3.8.0.ebuild,v 1.2 2013/04/07 21:57:37 eva Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -30,7 +30,7 @@ COMMON_DEPEND="
=app-crypt/gnupg-1.4* )
introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
- libnotify? ( >=x11-libs/libnotify-0.7.0 )
+ libnotify? ( >=x11-libs/libnotify-0.7:= )
"
DEPEND="${COMMON_DEPEND}
>=app-text/scrollkeeper-0.3
@@ -54,11 +54,10 @@ src_prepare() {
}
src_configure() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-update-mime-database
- $(use_enable introspection)
- $(use_enable libnotify)
- $(use_enable test tests)"
- gnome2_src_configure
+ gnome2_src_configure \
+ --disable-static \
+ --disable-update-mime-database \
+ $(use_enable introspection) \
+ $(use_enable libnotify) \
+ $(use_enable test tests)
}