summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-04-17 07:47:56 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-04-17 07:47:56 +0000
commit067504454a1c1190a73051be0a5e70ed536ed4e9 (patch)
tree65cfcb9892d7bc9a684e710c19ca26c561616729
parentStable for ia64, wrt bug #507568 (diff)
downloadgentoo-2-067504454a1c1190a73051be0a5e70ed536ed4e9.tar.gz
gentoo-2-067504454a1c1190a73051be0a5e70ed536ed4e9.tar.bz2
gentoo-2-067504454a1c1190a73051be0a5e70ed536ed4e9.zip
Stable for ia64, wrt bug #507568
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
-rw-r--r--app-crypt/libsecret/ChangeLog5
-rw-r--r--app-crypt/libsecret/libsecret-0.16.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/libsecret/ChangeLog b/app-crypt/libsecret/ChangeLog
index 4ab5864e428c..f81cb3c2aca0 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.31 2014/04/16 07:46:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.32 2014/04/17 07:47:56 ago Exp $
+
+ 17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libsecret-0.16.ebuild:
+ Stable for ia64, wrt bug #507568
16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libsecret-0.16.ebuild:
Stable for ppc64, wrt bug #507568
diff --git a/app-crypt/libsecret/libsecret-0.16.ebuild b/app-crypt/libsecret/libsecret-0.16.ebuild
index 36a3de8eb20d..012886c34333 100644
--- a/app-crypt/libsecret/libsecret-0.16.ebuild
+++ b/app-crypt/libsecret/libsecret-0.16.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.16.ebuild,v 1.9 2014/04/16 07:46:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.16.ebuild,v 1.10 2014/04/17 07:47:56 ago 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.32.0:2