diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-07 16:19:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-07 16:19:54 +0000 |
commit | b2a2201e46d37fbf6f43ff3ae4057a043aeda9eb (patch) | |
tree | 37f0e05b98ddf2a7679145c710ab939e31427360 | |
parent | Fix previous commit. (diff) | |
download | gentoo-2-b2a2201e46d37fbf6f43ff3ae4057a043aeda9eb.tar.gz gentoo-2-b2a2201e46d37fbf6f43ff3ae4057a043aeda9eb.tar.bz2 gentoo-2-b2a2201e46d37fbf6f43ff3ae4057a043aeda9eb.zip |
use has_version instead
(Portage version: 2.2.0_alpha20/cvs/Linux x86_64)
-rw-r--r-- | x11-libs/libnotify/libnotify-0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libnotify/libnotify-0.7.1.ebuild b/x11-libs/libnotify/libnotify-0.7.1.ebuild index dc4e52c1fb5b..63bc01bc5d9c 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.4 2011/02/07 16:16:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild,v 1.5 2011/02/07 16:19:54 ssuominen Exp $ EAPI=3 inherit autotools eutils gnome.org @@ -31,7 +31,7 @@ PDEPEND="|| ( src_unpack() { # If gobject-introspection is installed, we don't need the extra .m4 - if use introspection; then + if has_version "dev-libs/gobject-introspection"; then unpack ${P}.tar.bz2 else unpack ${A} |