diff options
author | Michael Weber <xmw@gentoo.org> | 2011-11-14 00:42:44 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-11-14 00:42:44 +0000 |
commit | 6d7d775da337b453580948520cc8a397fc80c29e (patch) | |
tree | 51403740121cbc327e68f0cc178103b47b8ae883 /sys-auth | |
parent | fix .la file removal (thanks Alexander Adam, bug 374575), remove old version (diff) | |
download | gentoo-2-6d7d775da337b453580948520cc8a397fc80c29e.tar.gz gentoo-2-6d7d775da337b453580948520cc8a397fc80c29e.tar.bz2 gentoo-2-6d7d775da337b453580948520cc8a397fc80c29e.zip |
adding ~x86 keyword
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/libfprint/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/libfprint/libfprint-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/libfprint/ChangeLog b/sys-auth/libfprint/ChangeLog index a5e2674f94a4..1a0f8c42c1af 100644 --- a/sys-auth/libfprint/ChangeLog +++ b/sys-auth/libfprint/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2011/11/13 23:53:00 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.7 2011/11/14 00:42:44 xmw Exp $ + + 14 Nov 2011; Michael Weber <xmw@gentoo.org> libfprint-0.4.0.ebuild: + adding ~x86 keyword 13 Nov 2011; Michael Weber <xmw@gentoo.org> -libfprint-0.3.0-r1.ebuild, libfprint-0.4.0.ebuild: diff --git a/sys-auth/libfprint/libfprint-0.4.0.ebuild b/sys-auth/libfprint/libfprint-0.4.0.ebuild index 09a567205dd2..44f4c5d508cf 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 # 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.2 2011/11/13 23:53:00 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.4.0.ebuild,v 1.3 2011/11/14 00:42:44 xmw Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="http://cgit.freedesktop.org/${PN}/${PN}/snapshot/${MY_PV}.tar.bz2 -> ${ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="debug static-libs" RDEPEND="dev-libs/glib:2 |