summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2015-07-20 15:30:54 +0000
committerTobias Klausmann <klausman@gentoo.org>2015-07-20 15:30:54 +0000
commitfed75a6906ec4e68c92061f24f0ee49ec0c4e1db (patch)
treecf85b392f4c82b1cb5b4f527328964c7a840a341 /net-libs/uhttpmock
parentMask media-sound/audacity-2.1.1 WIP (bug #524242) (diff)
downloadgentoo-2-fed75a6906ec4e68c92061f24f0ee49ec0c4e1db.tar.gz
gentoo-2-fed75a6906ec4e68c92061f24f0ee49ec0c4e1db.tar.bz2
gentoo-2-fed75a6906ec4e68c92061f24f0ee49ec0c4e1db.zip
Keyworded on alpha, bug 523686
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'net-libs/uhttpmock')
-rw-r--r--net-libs/uhttpmock/ChangeLog5
-rw-r--r--net-libs/uhttpmock/uhttpmock-0.5.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/uhttpmock/ChangeLog b/net-libs/uhttpmock/ChangeLog
index 7dd082a4565c..0f7952270a66 100644
--- a/net-libs/uhttpmock/ChangeLog
+++ b/net-libs/uhttpmock/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/uhttpmock
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/ChangeLog,v 1.14 2015/07/19 09:41:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/ChangeLog,v 1.15 2015/07/20 15:30:54 klausman Exp $
+
+ 20 Jul 2015; Tobias Klausmann <klausman@gentoo.org> uhttpmock-0.5.0.ebuild:
+ Keyworded on alpha, bug 523686
*uhttpmock-0.5.0 (19 Jul 2015)
diff --git a/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild b/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild
index 02e04b3ed09b..d1535a4c9a4d 100644
--- a/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild
+++ b/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild,v 1.1 2015/07/19 09:41:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild,v 1.2 2015/07/20 15:30:54 klausman Exp $
EAPI=5
GCONF_DEBUG="yes"
@@ -18,7 +18,7 @@ SLOT="0"
IUSE="+introspection vala"
REQUIRED_USE="vala? ( introspection )"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="
>=dev-libs/glib-2.36.0:2