From b2a2201e46d37fbf6f43ff3ae4057a043aeda9eb Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Mon, 7 Feb 2011 16:19:54 +0000 Subject: use has_version instead (Portage version: 2.2.0_alpha20/cvs/Linux x86_64) --- x11-libs/libnotify/libnotify-0.7.1.ebuild | 4 ++-- 1 file 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} -- cgit v1.2.3-65-gdbad