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 6F7BD1396D0 for ; Wed, 9 Aug 2017 22:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B12D8E0CA4; Wed, 9 Aug 2017 22:12:43 +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 8D952E0CA4 for ; Wed, 9 Aug 2017 22:12:43 +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 646F23416EA for ; Wed, 9 Aug 2017 22:12:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06D9D3B9E for ; Wed, 9 Aug 2017 22:12:41 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1502316754.b9b009e308ea3d96dc0ec7abc3a3f31169e8de9a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbusmenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild X-VCS-Directories: dev-libs/libdbusmenu/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b9b009e308ea3d96dc0ec7abc3a3f31169e8de9a X-VCS-Branch: master Date: Wed, 9 Aug 2017 22:12:41 +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-Archives-Salt: 108f426d-0d9d-41fc-bd64-97861658d653 X-Archives-Hash: c169c03804ff02b4cd45061d62b7263e commit: b9b009e308ea3d96dc0ec7abc3a3f31169e8de9a Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Aug 9 22:12:34 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Aug 9 22:12:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b009e3 dev-libs/libdbusmenu: keyworded 16.04.0 for ia64, bug #627178 Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64" dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild index 131d663ca80..d2561e2e665 100644 --- a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild +++ b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://launchpad.net/${PN/lib}/${PV%.*}/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-2.1 LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~ia64" IUSE="debug gtk gtk3 +introspection test" REQUIRED_USE="${PYTHON_REQUIRED_USE}"