diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-02 23:10:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-02 23:10:27 +0000 |
commit | 7aa03674fc6d937c3954403a4fa918a39be94538 (patch) | |
tree | d79cc284e3e6baa89ccbdc02e6df72db6b7abb08 /sys-auth | |
parent | Add ~arm, wrt bug #449220 (diff) | |
download | gentoo-2-7aa03674fc6d937c3954403a4fa918a39be94538.tar.gz gentoo-2-7aa03674fc6d937c3954403a4fa918a39be94538.tar.bz2 gentoo-2-7aa03674fc6d937c3954403a4fa918a39be94538.zip |
Add ~arm, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/fprintd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/fprintd/fprintd-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/fprintd/ChangeLog b/sys-auth/fprintd/ChangeLog index e961447f629a..51d3e5883f39 100644 --- a/sys-auth/fprintd/ChangeLog +++ b/sys-auth/fprintd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/fprintd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.12 2013/01/06 10:09:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.13 2013/02/02 23:10:27 ago Exp $ + + 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> fprintd-0.4.1.ebuild: + Add ~arm, wrt bug #449220 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> fprintd-0.4.1.ebuild: Add ~sparc, wrt bug #449220 diff --git a/sys-auth/fprintd/fprintd-0.4.1.ebuild b/sys-auth/fprintd/fprintd-0.4.1.ebuild index a28fb0e823e5..de94ef37c838 100644 --- a/sys-auth/fprintd/fprintd-0.4.1.ebuild +++ b/sys-auth/fprintd/fprintd-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.4.1.ebuild,v 1.6 2013/01/06 10:09:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.4.1.ebuild,v 1.7 2013/02/02 23:10:27 ago Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="http://cgit.freedesktop.org/libfprint/${PN}/snapshot/${MY_PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc pam static-libs" RDEPEND="dev-libs/dbus-glib |