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 80341138350 for ; Sat, 11 Jan 2020 20:32:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A59EAE0AB8; Sat, 11 Jan 2020 20:32:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 86236E0AB8 for ; Sat, 11 Jan 2020 20:32:08 +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 3339934DF61 for ; Sat, 11 Jan 2020 20:32:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFF619C for ; Sat, 11 Jan 2020 20:32:05 +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: <1578774547.d1d617c8678697d498a37620113a40dc8be1e246.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild X-VCS-Directories: net-libs/telepathy-glib/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d1d617c8678697d498a37620113a40dc8be1e246 X-VCS-Branch: master Date: Sat, 11 Jan 2020 20:32:05 +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: 98dbfe25-0fd7-4a8b-9f76-baaa4b195d91 X-Archives-Hash: 7472732dfb048d1ad8902f5696dca126 commit: d1d617c8678697d498a37620113a40dc8be1e246 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jan 11 20:29:07 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jan 11 20:29:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d617c8 net-libs/telepathy-glib: ia64 stable (bug #702260) Tested-by: Émeric Maschino Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild index 42c672830ea..9fd97b463c6 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="debug +introspection +vala" REQUIRED_USE="vala? ( introspection )"