summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 05:46:22 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 05:46:22 +0000
commitd5b3db3724f49457d0f2f1582cc9b4acae97d1a0 (patch)
tree4eb290dcdf16e751bf3a7e4afa2702192408f9dd /app-crypt
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-d5b3db3724f49457d0f2f1582cc9b4acae97d1a0.tar.gz
gentoo-2-d5b3db3724f49457d0f2f1582cc9b4acae97d1a0.tar.bz2
gentoo-2-d5b3db3724f49457d0f2f1582cc9b4acae97d1a0.zip
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/libsecret/ChangeLog7
-rw-r--r--app-crypt/libsecret/libsecret-0.18.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/libsecret/ChangeLog b/app-crypt/libsecret/ChangeLog
index 9000d115e5cb..93f149617db4 100644
--- a/app-crypt/libsecret/ChangeLog
+++ b/app-crypt/libsecret/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/libsecret
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.45 2014/10/11 11:30:42 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.46 2015/03/03 05:46:22 dlan Exp $
+
+ 02 Mar 2015; Yixun Lan <dlan@gentoo.org> libsecret-0.18.ebuild:
+ add arm64 support, tested on A53 board
11 Oct 2014; Markus Meier <maekke@gentoo.org> libsecret-0.18.ebuild:
arm stable, bug #512012
diff --git a/app-crypt/libsecret/libsecret-0.18.ebuild b/app-crypt/libsecret/libsecret-0.18.ebuild
index 931904fd7ca4..c21e7f8a22ae 100644
--- a/app-crypt/libsecret/libsecret-0.18.ebuild
+++ b/app-crypt/libsecret/libsecret-0.18.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild,v 1.9 2014/10/11 11:30:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild,v 1.10 2015/03/03 05:46:22 dlan Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only
SLOT="0"
IUSE="+crypt debug +introspection test vala"
REQUIRED_USE="vala? ( introspection )"
-KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
COMMON_DEPEND="
>=dev-libs/glib-2.38:2