summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2013-10-17 20:36:47 +0000
committerMarkus Meier <maekke@gentoo.org>2013-10-17 20:36:47 +0000
commit31497403ec1824400ebfa76a45d6cb5a06a9a269 (patch)
tree842130173061ecb39f83f77bfdd7d984fdbe87f8 /app-crypt/libsecret
parentarm stable, bug #476364 (diff)
downloadgentoo-2-31497403ec1824400ebfa76a45d6cb5a06a9a269.tar.gz
gentoo-2-31497403ec1824400ebfa76a45d6cb5a06a9a269.tar.bz2
gentoo-2-31497403ec1824400ebfa76a45d6cb5a06a9a269.zip
arm stable, bug #476364
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-crypt/libsecret')
-rw-r--r--app-crypt/libsecret/ChangeLog5
-rw-r--r--app-crypt/libsecret/libsecret-0.15.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/libsecret/ChangeLog b/app-crypt/libsecret/ChangeLog
index 64718d458997..b803b463e637 100644
--- a/app-crypt/libsecret/ChangeLog
+++ b/app-crypt/libsecret/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/libsecret
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.20 2013/10/03 02:25:29 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.21 2013/10/17 20:36:47 maekke Exp $
+
+ 17 Oct 2013; Markus Meier <maekke@gentoo.org> libsecret-0.15.ebuild:
+ arm stable, bug #476364
*libsecret-0.15-r1 (03 Oct 2013)
diff --git a/app-crypt/libsecret/libsecret-0.15.ebuild b/app-crypt/libsecret/libsecret-0.15.ebuild
index 290ea3e9ec19..5058677b97bc 100644
--- a/app-crypt/libsecret/libsecret-0.15.ebuild
+++ b/app-crypt/libsecret/libsecret-0.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.15.ebuild,v 1.2 2013/10/03 02:25:29 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.15.ebuild,v 1.3 2013/10/17 20:36:47 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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
COMMON_DEPEND="
>=dev-libs/glib-2.32.0:2