diff options
author | Michael Weber <xmw@gentoo.org> | 2012-02-13 23:44:14 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-02-13 23:44:14 +0000 |
commit | 3f37b3f8c81c6a8b5ab3c9f49bab1cd9007d3ed4 (patch) | |
tree | e021c929a2f6dc019fcad502fe684441a38ae7ac /sys-auth/libfprint | |
parent | Add to bazaar herd, acked by fauli. (diff) | |
download | gentoo-2-3f37b3f8c81c6a8b5ab3c9f49bab1cd9007d3ed4.tar.gz gentoo-2-3f37b3f8c81c6a8b5ab3c9f49bab1cd9007d3ed4.tar.bz2 gentoo-2-3f37b3f8c81c6a8b5ab3c9f49bab1cd9007d3ed4.zip |
Drop x11-libs/gtk+:2 and dev-libs/glib:2 dependency. Thanks Andrei Slavoiu (bug 403189) for clarification.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/libfprint')
-rw-r--r-- | sys-auth/libfprint/ChangeLog | 8 | ||||
-rw-r--r-- | sys-auth/libfprint/libfprint-0.4.0.ebuild | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/sys-auth/libfprint/ChangeLog b/sys-auth/libfprint/ChangeLog index 1a0f8c42c1af..3e538047720f 100644 --- a/sys-auth/libfprint/ChangeLog +++ b/sys-auth/libfprint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/libfprint -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.7 2011/11/14 00:42:44 xmw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.8 2012/02/13 23:44:14 xmw Exp $ + + 13 Feb 2012; Michael Weber <xmw@gentoo.org> libfprint-0.4.0.ebuild: + Drop x11-libs/gtk+:2 and dev-libs/glib dependency. Thanks Andrei Slavoiu + (bug 403189) for clarification. 14 Nov 2011; Michael Weber <xmw@gentoo.org> libfprint-0.4.0.ebuild: adding ~x86 keyword diff --git a/sys-auth/libfprint/libfprint-0.4.0.ebuild b/sys-auth/libfprint/libfprint-0.4.0.ebuild index 44f4c5d508cf..d08debf4f436 100644 --- a/sys-auth/libfprint/libfprint-0.4.0.ebuild +++ b/sys-auth/libfprint/libfprint-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.4.0.ebuild,v 1.3 2011/11/14 00:42:44 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.4.0.ebuild,v 1.4 2012/02/13 23:44:14 xmw Exp $ EAPI=4 @@ -16,12 +16,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug static-libs" -RDEPEND="dev-libs/glib:2 - dev-libs/libusb:1 +RDEPEND="dev-libs/libusb:1 dev-libs/nss - x11-libs/gtk+:2 - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )" -DEPEND="${DEPEND} + || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] x11-libs/gdk-pixbuf )" +DEPEND="${RDEPEND} dev-util/pkgconfig" S=${WORKDIR}/${MY_PV} |