summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-01-28 14:56:10 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-01-28 14:56:10 +0000
commitcff1e74ad6722f21fd555b542e28c4cc8dd290cd (patch)
tree9657828d9c583b5a5db8e48b9f23b3dc7756a07e /app-crypt/libsecret
parentkeyword ~amd64-fbsd (diff)
downloadgentoo-2-cff1e74ad6722f21fd555b542e28c4cc8dd290cd.tar.gz
gentoo-2-cff1e74ad6722f21fd555b542e28c4cc8dd290cd.tar.bz2
gentoo-2-cff1e74ad6722f21fd555b542e28c4cc8dd290cd.zip
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-crypt/libsecret')
-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 23682a182047..dc24132f03c4 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.12 2013/01/06 10:12:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.13 2013/01/28 14:56:10 aballier Exp $
+
+ 28 Jan 2013; Alexis Ballier <aballier@gentoo.org> libsecret-0.12.ebuild:
+ keyword ~amd64-fbsd
06 Jan 2013; Markus Meier <maekke@gentoo.org> libsecret-0.12.ebuild:
add ~arm, bug #449220
diff --git a/app-crypt/libsecret/libsecret-0.12.ebuild b/app-crypt/libsecret/libsecret-0.12.ebuild
index d5966b16d1c3..caede2dbabf7 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.8 2013/01/06 10:12:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.12.ebuild,v 1.9 2013/01/28 14:56:10 aballier 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 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
COMMON_DEPEND="
>=dev-libs/glib-2.31.0:2