summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-03-09 10:41:57 +0000
committerPacho Ramos <pacho@gentoo.org>2014-03-09 10:41:57 +0000
commit1b15d724797fa64f08de7323ecad4c1e68b6e577 (patch)
tree3589afa60b07198747710a7c57e765eada24f58d /app-crypt
parentamd64 stable, bug 499954 (diff)
downloadgentoo-2-1b15d724797fa64f08de7323ecad4c1e68b6e577.tar.gz
gentoo-2-1b15d724797fa64f08de7323ecad4c1e68b6e577.tar.bz2
gentoo-2-1b15d724797fa64f08de7323ecad4c1e68b6e577.zip
amd64 stable, bug 499954
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-crypt')
-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 94e8b382e33e..00c56584a9eb 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.27 2014/03/04 19:38:58 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.28 2014/03/09 10:41:57 pacho Exp $
+
+ 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> libsecret-0.16.ebuild:
+ amd64 stable, bug 499954
04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> libsecret-0.16.ebuild:
Add ~mips keyword.
diff --git a/app-crypt/libsecret/libsecret-0.16.ebuild b/app-crypt/libsecret/libsecret-0.16.ebuild
index 75c223f71c86..602a9cb75a7f 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.5 2014/03/04 19:38:58 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.16.ebuild,v 1.6 2014/03/09 10:41:56 pacho 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