summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2014-10-11 11:30:42 +0000
committerMarkus Meier <maekke@gentoo.org>2014-10-11 11:30:42 +0000
commit4e443d609485dc4e783783c96b4a9088a8883ff9 (patch)
treec95f7c77ff87c62f6abce65ccc1a9ec990b986fd /app-crypt
parentarm stable, bug #512012 (diff)
downloadgentoo-2-4e443d609485dc4e783783c96b4a9088a8883ff9.tar.gz
gentoo-2-4e443d609485dc4e783783c96b4a9088a8883ff9.tar.bz2
gentoo-2-4e443d609485dc4e783783c96b4a9088a8883ff9.zip
arm stable, bug #512012
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/libsecret/ChangeLog5
-rw-r--r--app-crypt/libsecret/libsecret-0.18.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/libsecret/ChangeLog b/app-crypt/libsecret/ChangeLog
index 795acee99fb6..9000d115e5cb 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.44 2014/09/15 08:17:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.45 2014/10/11 11:30:42 maekke Exp $
+
+ 11 Oct 2014; Markus Meier <maekke@gentoo.org> libsecret-0.18.ebuild:
+ arm stable, bug #512012
15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> libsecret-0.18.ebuild:
Stable for sparc, wrt bug #512012
diff --git a/app-crypt/libsecret/libsecret-0.18.ebuild b/app-crypt/libsecret/libsecret-0.18.ebuild
index 4ec47d6a5c0e..931904fd7ca4 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
# 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.8 2014/09/15 08:17:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild,v 1.9 2014/10/11 11:30:42 maekke 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 ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
COMMON_DEPEND="
>=dev-libs/glib-2.38:2