diff options
author | 2013-02-20 23:42:23 +0000 | |
---|---|---|
committer | 2013-02-20 23:42:23 +0000 | |
commit | ce697d044549f7b6f1298cec360bc0648d541b33 (patch) | |
tree | df7834820a9553ec2926aef7b869818fb15bdd89 /app-crypt/pinentry | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-ce697d044549f7b6f1298cec360bc0648d541b33.tar.gz gentoo-2-ce697d044549f7b6f1298cec360bc0648d541b33.tar.bz2 gentoo-2-ce697d044549f7b6f1298cec360bc0648d541b33.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r-- | app-crypt/pinentry/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.8.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index a94c8462e1dd..c24b0287c577 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/pinentry -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.141 2012/12/16 19:46:30 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.142 2013/02/20 23:42:23 zmedico Exp $ + + 20 Feb 2013; Zac Medico <zmedico@gentoo.org> pinentry-0.8.2.ebuild: + Add ~arm-linux keyword. 16 Dec 2012; Raúl Porcel <armin76@gentoo.org> pinentry-0.8.2.ebuild: alpha/ia64/s390/sh/sparc stable wrt #443522 diff --git a/app-crypt/pinentry/pinentry-0.8.2.ebuild b/app-crypt/pinentry/pinentry-0.8.2.ebuild index e14fe83660b8..efed757c60d8 100644 --- a/app-crypt/pinentry/pinentry-0.8.2.ebuild +++ b/app-crypt/pinentry/pinentry-0.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.2.ebuild,v 1.13 2012/12/16 19:46:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.2.ebuild,v 1.14 2013/02/20 23:42:23 zmedico Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="gtk ncurses qt4 caps static" RDEPEND=" |