diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-20 20:20:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-20 20:20:54 +0000 |
commit | 7d6d863ec44590ea9a8c4988c483c98aad8e61d9 (patch) | |
tree | b3db48b8e195f8578740873835752d261d1d3e7d /app-admin/eselect-pinentry | |
parent | Stabilize SELinux userspace for amd64 and x86 (diff) | |
download | gentoo-2-7d6d863ec44590ea9a8c4988c483c98aad8e61d9.tar.gz gentoo-2-7d6d863ec44590ea9a8c4988c483c98aad8e61d9.tar.bz2 gentoo-2-7d6d863ec44590ea9a8c4988c483c98aad8e61d9.zip |
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-admin/eselect-pinentry')
-rw-r--r-- | app-admin/eselect-pinentry/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-admin/eselect-pinentry/ChangeLog b/app-admin/eselect-pinentry/ChangeLog index 146f0774af61..f8703e1cbd60 100644 --- a/app-admin/eselect-pinentry/ChangeLog +++ b/app-admin/eselect-pinentry/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-pinentry -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.30 2013/12/05 12:39:37 haubi Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.31 2014/01/20 20:20:54 vapier Exp $ + + 20 Jan 2014; Mike Frysinger <vapier@gentoo.org> eselect-pinentry-0.4.ebuild: + Add arm64 love. 05 Dec 2013; Michael Haubenwallner <haubi@gentoo.org> eselect-pinentry-0.4.ebuild: diff --git a/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild b/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild index 966d09c7e0f2..fdd552795b93 100644 --- a/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild +++ b/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.17 2013/12/05 12:39:37 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.18 2014/01/20 20:20:54 vapier Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~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" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~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="" RDEPEND=">=app-admin/eselect-lib-bin-symlink-0.1.1" |