diff options
author | 2011-02-07 16:50:41 +0000 | |
---|---|---|
committer | 2011-02-07 16:50:41 +0000 | |
commit | ad24d759ba07df6d20b5264458d7cb3fe20df9e7 (patch) | |
tree | cb177eddd2351666661488bdb96ae0973945cf9d | |
parent | Marking mediawiki-1.16.2 ppc for bug 353475 (diff) | |
download | gentoo-2-ad24d759ba07df6d20b5264458d7cb3fe20df9e7.tar.gz gentoo-2-ad24d759ba07df6d20b5264458d7cb3fe20df9e7.tar.bz2 gentoo-2-ad24d759ba07df6d20b5264458d7cb3fe20df9e7.zip |
Fix this even more. Sorry about the fourth commit on the same matter.
(Portage version: 2.2.0_alpha20/cvs/Linux x86_64)
-rw-r--r-- | x11-libs/libnotify/libnotify-0.7.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/libnotify/libnotify-0.7.1.ebuild b/x11-libs/libnotify/libnotify-0.7.1.ebuild index 63bc01bc5d9c..894e28d5af24 100644 --- a/x11-libs/libnotify/libnotify-0.7.1.ebuild +++ b/x11-libs/libnotify/libnotify-0.7.1.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/x11-libs/libnotify/libnotify-0.7.1.ebuild,v 1.5 2011/02/07 16:19:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild,v 1.6 2011/02/07 16:50:41 ssuominen Exp $ EAPI=3 inherit autotools eutils gnome.org @@ -50,6 +50,7 @@ src_configure() { econf \ --disable-static \ --disable-dependency-tracking \ + $(use_enable introspection) \ $(use_enable test tests) } |