diff options
author | Michael Weber <xmw@gentoo.org> | 2013-01-06 10:04:42 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-01-06 10:04:42 +0000 |
commit | 77ca51011e591985d44e90f1375a69b695665373 (patch) | |
tree | fc2d696d6a5f24b58d9a0b22ab8e5ade61f1e61d /sys-auth | |
parent | Add ~sparc, wrt bug #449220 (diff) | |
download | gentoo-2-77ca51011e591985d44e90f1375a69b695665373.tar.gz gentoo-2-77ca51011e591985d44e90f1375a69b695665373.tar.bz2 gentoo-2-77ca51011e591985d44e90f1375a69b695665373.zip |
Re-add eutils.eclass for prune_libtool_files, USE udev upstream bug report
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/libfprint/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/libfprint/libfprint-0.5.0.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-auth/libfprint/ChangeLog b/sys-auth/libfprint/ChangeLog index fda02aa459ae..46485056fe7f 100644 --- a/sys-auth/libfprint/ChangeLog +++ b/sys-auth/libfprint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/libfprint # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.17 2013/01/06 09:51:45 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.18 2013/01/06 10:04:42 xmw Exp $ + + 06 Jan 2013; Michael Weber <xmw@gentoo.org> libfprint-0.5.0.ebuild: + Re-add eutils.eclass for prune_libtool_files, USE udev upstream bug report 06 Jan 2013; Michael Weber <xmw@gentoo.org> metadata.xml: Add bugs-to in metadata diff --git a/sys-auth/libfprint/libfprint-0.5.0.ebuild b/sys-auth/libfprint/libfprint-0.5.0.ebuild index edeb9c8808d4..d158b6cad5a9 100644 --- a/sys-auth/libfprint/libfprint-0.5.0.ebuild +++ b/sys-auth/libfprint/libfprint-0.5.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.5.0.ebuild,v 1.1 2013/01/06 09:41:47 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.5.0.ebuild,v 1.2 2013/01/06 10:04:42 xmw Exp $ EAPI=4 -inherit autotools udev vcs-snapshot +inherit autotools eutils udev vcs-snapshot MY_PV="v_${PV//./_}" DESCRIPTION="library to add support for consumer fingerprint readers" @@ -31,8 +31,10 @@ src_configure() { --with-drivers=all \ $(use_enable debug debug-log) \ $(use_enable static-libs static) \ - --with-udev-rules \ + -enable-udev-rules \ --with-udev-rules-dir=$(udev_get_udevdir)/rules.d + # --disable-udev-rules fails https://bugs.freedesktop.org/show_bug.cgi?id=59076 + # $(use_enable udev udev-rules) \ } src_install() { |