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 4599E138331 for ; Sat, 5 May 2018 12:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 157A0E0833; Sat, 5 May 2018 12:52:40 +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 D772CE0829 for ; Sat, 5 May 2018 12:52:39 +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 E5443335C75 for ; Sat, 5 May 2018 12:52:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45F1A3E for ; Sat, 5 May 2018 12:52:36 +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: <1525524746.9b2418687b9e23eec7cc56bc58f30c71e7bf9b67.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/serd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/serd/serd-0.28.0-r1.ebuild X-VCS-Directories: dev-libs/serd/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 9b2418687b9e23eec7cc56bc58f30c71e7bf9b67 X-VCS-Branch: master Date: Sat, 5 May 2018 12:52:36 +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: d6ff4bc6-1fa6-4ba3-ad66-df521ef6c41e X-Archives-Hash: e325134ac565d80549ce50a55699aaf6 commit: 9b2418687b9e23eec7cc56bc58f30c71e7bf9b67 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat May 5 11:49:41 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat May 5 12:52:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b241868 dev-libs/serd: keyworded 0.28.0-r1 for ia64, bug #653676 Bug: https://bugs.gentoo.org/653676 Package-Manager: Portage-2.3.36, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" dev-libs/serd/serd-0.28.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/serd/serd-0.28.0-r1.ebuild b/dev-libs/serd/serd-0.28.0-r1.ebuild index b976ecaad8d..20f404eb252 100644 --- a/dev-libs/serd/serd-0.28.0-r1.ebuild +++ b/dev-libs/serd/serd-0.28.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2" LICENSE="ISC" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc x86" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc x86" IUSE="doc static-libs test" RDEPEND=""