From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-979298-garchives=archives.gentoo.org@lists.gentoo.org> 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 5FE561396D9 for <garchives@archives.gentoo.org>; Thu, 19 Oct 2017 20:55:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B37F1E0C2F; Thu, 19 Oct 2017 20:55:04 +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 9522BE0C2F for <gentoo-commits@lists.gentoo.org>; Thu, 19 Oct 2017 20:55:04 +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 7E2A733BF0F for <gentoo-commits@lists.gentoo.org>; Thu, 19 Oct 2017 20:55:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40BF4316 for <gentoo-commits@lists.gentoo.org>; Thu, 19 Oct 2017 20:55:02 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> 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" <slyfox@gentoo.org> Message-ID: <1508446498.66b7ab4ff5b393e9ca04d7def53cb97418b51a9b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ffcall/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ffcall/ffcall-2.0.ebuild X-VCS-Directories: dev-libs/ffcall/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 66b7ab4ff5b393e9ca04d7def53cb97418b51a9b X-VCS-Branch: master Date: Thu, 19 Oct 2017 20:55:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0254b558-d93a-4a40-80a1-db37d5baae4f X-Archives-Hash: c7b278fd5b0bddd78ae31e800df6cd49 commit: 66b7ab4ff5b393e9ca04d7def53cb97418b51a9b Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Thu Oct 19 20:54:38 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Thu Oct 19 20:54:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b7ab4f dev-libs/ffcall: stable 2.0 for sparc, bug #634672 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.11, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" dev-libs/ffcall/ffcall-2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/ffcall/ffcall-2.0.ebuild b/dev-libs/ffcall/ffcall-2.0.ebuild index 4a174c02208..199a208a913 100644 --- a/dev-libs/ffcall/ffcall-2.0.ebuild +++ b/dev-libs/ffcall/ffcall-2.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/libffcall/${MY_PV}.tar.gz" # under GNU LGPL." -ffcall author LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" S=${WORKDIR}/${MY_PV}