commit: 416464c24f570384cc2006f6b80795cfec5bb50b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 08:48:07 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 08:54:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416464c2
net-libs/uhttpmock: ia64 keyworded, bug #523686
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-libs/uhttpmock/uhttpmock-0.5.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild
b/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild
index e5cbbeaee12..0b44e4deb98 100644
--- a/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild
+++ b/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,7 +17,7 @@ SLOT="0"
IUSE="+introspection vala"
REQUIRED_USE="vala? ( introspection )"
-KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 sparc x86"
RDEPEND="
>=dev-libs/glib-2.36.0:2