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 8C66E138351 for ; Sat, 11 Jan 2020 20:19:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65777E0A9C; Sat, 11 Jan 2020 20:19:23 +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 444F7E0A9C for ; Sat, 11 Jan 2020 20:19:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 425DC34DF74 for ; Sat, 11 Jan 2020 20:19:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F28CF9E for ; Sat, 11 Jan 2020 20:19:19 +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: <1578773744.03fe349269451f3b2aabcd19210364d052334786.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glade/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/glade/glade-3.22.1.ebuild X-VCS-Directories: dev-util/glade/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 03fe349269451f3b2aabcd19210364d052334786 X-VCS-Branch: master Date: Sat, 11 Jan 2020 20:19:19 +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: d67a34f8-35f7-4764-982d-a8a6f7cbd783 X-Archives-Hash: 0415fca7355a1d2790f76b6d09732087 commit: 03fe349269451f3b2aabcd19210364d052334786 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jan 11 20:15:44 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jan 11 20:15:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fe3492 dev-util/glade: ia64 stable (bug #692932) Tested-by: Émeric Maschino Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> dev-util/glade/glade-3.22.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/glade/glade-3.22.1.ebuild b/dev-util/glade/glade-3.22.1.ebuild index 102316d8da7..b846c91ad27 100644 --- a/dev-util/glade/glade-3.22.1.ebuild +++ b/dev-util/glade/glade-3.22.1.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=6 @@ -12,7 +12,7 @@ HOMEPAGE="https://glade.gnome.org/" LICENSE="GPL-2+ FDL-1.1+" SLOT="3.10/6" # subslot = suffix of libgladeui-2.so -KEYWORDS="alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86" IUSE="debug +introspection python webkit" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"