summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-04-18 13:55:27 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-04-18 13:55:27 +0000
commitc8b45d26192e45045c51893280b2d967fadd89d8 (patch)
treea8810ea028a1d4d93ffb2030cff94133066f499a /app-crypt/libsecret
parentStable for alpha, wrt bug #507568 (diff)
downloadgentoo-2-c8b45d26192e45045c51893280b2d967fadd89d8.tar.gz
gentoo-2-c8b45d26192e45045c51893280b2d967fadd89d8.tar.bz2
gentoo-2-c8b45d26192e45045c51893280b2d967fadd89d8.zip
Stable for alpha, wrt bug #507568
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-crypt/libsecret')
-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 f81cb3c2aca0..74c0265c0a4d 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.32 2014/04/17 07:47:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.33 2014/04/18 13:55:27 ago Exp $
+
+ 18 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libsecret-0.16.ebuild:
+ Stable for alpha, wrt bug #507568
17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libsecret-0.16.ebuild:
Stable for ia64, wrt bug #507568
diff --git a/app-crypt/libsecret/libsecret-0.16.ebuild b/app-crypt/libsecret/libsecret-0.16.ebuild
index 012886c34333..3b606ae614d8 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.10 2014/04/17 07:47:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.16.ebuild,v 1.11 2014/04/18 13:55:27 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