summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-01-01 11:35:08 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-01-01 11:35:08 +0000
commit60a1593d3d8a419017227d7dad1d41b66a39a1c2 (patch)
treeee200be9787ca46240b7ea7c9bb31c0e8cb1ebde /app-crypt/libsecret
parentAdd ~ia64, wrt bug #449220 (diff)
downloadgentoo-2-60a1593d3d8a419017227d7dad1d41b66a39a1c2.tar.gz
gentoo-2-60a1593d3d8a419017227d7dad1d41b66a39a1c2.tar.bz2
gentoo-2-60a1593d3d8a419017227d7dad1d41b66a39a1c2.zip
Add ~ia64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'app-crypt/libsecret')
-rw-r--r--app-crypt/libsecret/ChangeLog7
-rw-r--r--app-crypt/libsecret/libsecret-0.12.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/libsecret/ChangeLog b/app-crypt/libsecret/ChangeLog
index 41198e4c437b..795343013c2c 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.8 2012/12/17 16:54:10 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.9 2013/01/01 11:35:08 ago Exp $
+
+ 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libsecret-0.12.ebuild:
+ Add ~ia64, wrt bug #449220
17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libsecret-0.12.ebuild:
Add ~ppc, wrt bug #447426
diff --git a/app-crypt/libsecret/libsecret-0.12.ebuild b/app-crypt/libsecret/libsecret-0.12.ebuild
index 1f3878898a4e..3e882eb9a3e9 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
+# 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.4 2012/12/17 16:54:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.12.ebuild,v 1.5 2013/01/01 11:35:08 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 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
COMMON_DEPEND="
>=dev-libs/glib-2.31.0:2