From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83498138350 for ; Fri, 31 Jan 2020 20:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C1FEE0878; Fri, 31 Jan 2020 20:10:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B5CFE0878 for ; Fri, 31 Jan 2020 20:10:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14C6434E5DD for ; Fri, 31 Jan 2020 20:10:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A027EAF for ; Fri, 31 Jan 2020 20:10:06 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1580501136.ea1cee2e316884dff54e623c2a115d9252f886fb.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/libhandy/libhandy-0.0.9.ebuild X-VCS-Directories: gui-libs/libhandy/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ea1cee2e316884dff54e623c2a115d9252f886fb X-VCS-Branch: master Date: Fri, 31 Jan 2020 20:10:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7804b498-3211-469e-980d-56998e7cad18 X-Archives-Hash: 8da34ee1d6c8cb468721ca0266ba126d commit: ea1cee2e316884dff54e623c2a115d9252f886fb Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jan 31 20:05:36 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jan 31 20:05:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1cee2e gui-libs/libhandy: Add ~ia64 keyword (bug #692802) Tested-by: Émeric Maschino Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> gui-libs/libhandy/libhandy-0.0.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-libs/libhandy/libhandy-0.0.9.ebuild b/gui-libs/libhandy/libhandy-0.0.9.ebuild index b83d36c7433..1fa76729e3c 100644 --- a/gui-libs/libhandy/libhandy-0.0.9.ebuild +++ b/gui-libs/libhandy/libhandy-0.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1+" SLOT="0.0/0" # It may or may not break ABI in future versions at this point; if new # SLOT happens, it'll likely file conflict on gtk-doc and glade library and catalog -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="examples glade gtk-doc +introspection test +vala" REQUIRED_USE="vala? ( introspection )"