summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-01-06 09:13:28 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-01-06 09:13:28 +0000
commit298902ac9afb162d51a69fd596e30bdaf228233e (patch)
treeafce1eb3458ed756c0c24cc3e8e55acd06ebe308 /app-crypt
parentAdd ~sparc, wrt bug #449220 (diff)
downloadgentoo-2-298902ac9afb162d51a69fd596e30bdaf228233e.tar.gz
gentoo-2-298902ac9afb162d51a69fd596e30bdaf228233e.tar.bz2
gentoo-2-298902ac9afb162d51a69fd596e30bdaf228233e.zip
Add ~sparc, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/libsecret/ChangeLog5
-rw-r--r--app-crypt/libsecret/libsecret-0.12.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/libsecret/ChangeLog b/app-crypt/libsecret/ChangeLog
index dae676373e06..abac2b4edfbd 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.10 2013/01/01 14:02:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.11 2013/01/06 09:13:28 ago Exp $
+
+ 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libsecret-0.12.ebuild:
+ Add ~sparc, wrt bug #449220
01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libsecret-0.12.ebuild:
Add ~alpha, wrt bug #449220
diff --git a/app-crypt/libsecret/libsecret-0.12.ebuild b/app-crypt/libsecret/libsecret-0.12.ebuild
index df147ec3053c..692367a447bc 100644
--- a/app-crypt/libsecret/libsecret-0.12.ebuild
+++ b/app-crypt/libsecret/libsecret-0.12.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.12.ebuild,v 1.6 2013/01/01 14:02:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.12.ebuild,v 1.7 2013/01/06 09:13:28 ago Exp $
EAPI="5"
VALA_MIN_API_VERSION=0.18
@@ -15,7 +15,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 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
COMMON_DEPEND="
>=dev-libs/glib-2.31.0:2