diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-14 18:23:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-14 18:23:09 +0000 |
commit | 0dd2c2461eaae22e65c3a2fe9708651695a147fc (patch) | |
tree | febab6c1b650b6410a0809dd03746926b893db09 /app-crypt/gcr | |
parent | amd64 stable, bug 534012 (diff) | |
download | gentoo-2-0dd2c2461eaae22e65c3a2fe9708651695a147fc.tar.gz gentoo-2-0dd2c2461eaae22e65c3a2fe9708651695a147fc.tar.bz2 gentoo-2-0dd2c2461eaae22e65c3a2fe9708651695a147fc.zip |
amd64 stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-crypt/gcr')
-rw-r--r-- | app-crypt/gcr/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/gcr/gcr-3.14.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/gcr/ChangeLog b/app-crypt/gcr/ChangeLog index a7ccab93574b..ceecfa042dc9 100644 --- a/app-crypt/gcr/ChangeLog +++ b/app-crypt/gcr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gcr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.48 2015/03/03 05:42:24 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.49 2015/03/14 18:23:09 pacho Exp $ + + 14 Mar 2015; Pacho Ramos <pacho@gentoo.org> gcr-3.14.0.ebuild: + amd64 stable, bug 534012 02 Mar 2015; Yixun Lan <dlan@gentoo.org> gcr-3.14.0.ebuild: add arm64 support, tested on A53 board diff --git a/app-crypt/gcr/gcr-3.14.0.ebuild b/app-crypt/gcr/gcr-3.14.0.ebuild index 9d4012257598..104f7c529fca 100644 --- a/app-crypt/gcr/gcr-3.14.0.ebuild +++ b/app-crypt/gcr/gcr-3.14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v 1.3 2015/03/03 05:42:24 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v 1.4 2015/03/14 18:23:09 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -16,7 +16,7 @@ LICENSE="GPL-2+ LGPL-2+" SLOT="0/1" # subslot = suffix of libgcr-3 IUSE="debug gtk +introspection vala" REQUIRED_USE="vala? ( introspection )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" COMMON_DEPEND=" >=app-crypt/gnupg-2 |