summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-12-17 16:53:26 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-12-17 16:53:26 +0000
commit584db0b4fdcf42c822743e0444ac37254bde2296 (patch)
tree1bc3c724f913921a7ff3edb3ae8f8c2cf079ee31
parentAdd ~ppc64, wrt bug #447426 (diff)
downloadgentoo-2-584db0b4fdcf42c822743e0444ac37254bde2296.tar.gz
gentoo-2-584db0b4fdcf42c822743e0444ac37254bde2296.tar.bz2
gentoo-2-584db0b4fdcf42c822743e0444ac37254bde2296.zip
Add ~ppc64, wrt bug #447426
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
-rw-r--r--app-crypt/libsecret/ChangeLog6
-rw-r--r--app-crypt/libsecret/libsecret-0.12.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/app-crypt/libsecret/ChangeLog b/app-crypt/libsecret/ChangeLog
index d7af2218b21a..f0411b6fb6bd 100644
--- a/app-crypt/libsecret/ChangeLog
+++ b/app-crypt/libsecret/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/libsecret
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.6 2012/12/16 08:22:18 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.7 2012/12/17 16:53:26 ago Exp $
+
+ 17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libsecret-0.12.ebuild:
+ Add ~ppc64, wrt bug #447426
16 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
libsecret-0.12.ebuild, metadata.xml:
@@ -33,4 +36,3 @@
+libsecret-0.10.ebuild, +metadata.xml:
Add a new library for accessing the freedesktop.org Secret Service API, which
is implemented by gnome-keyring and ksecrets.
-
diff --git a/app-crypt/libsecret/libsecret-0.12.ebuild b/app-crypt/libsecret/libsecret-0.12.ebuild
index 12aa5246d28e..10759edbc286 100644
--- a/app-crypt/libsecret/libsecret-0.12.ebuild
+++ b/app-crypt/libsecret/libsecret-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.2 2012/12/16 08:22:18 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.12.ebuild,v 1.3 2012/12/17 16:53:26 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="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
COMMON_DEPEND="
>=dev-libs/glib-2.31.0:2