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 314331396D0 for ; Mon, 28 Aug 2017 11:46:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41C37E0AF0; Mon, 28 Aug 2017 11:46:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 20517E0AF0 for ; Mon, 28 Aug 2017 11:46:09 +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 08E3233BE95 for ; Mon, 28 Aug 2017 11:46:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6979D857A for ; Mon, 28 Aug 2017 11:46:06 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1503920767.8f16f98fae373897525c4672f9f927017017fb10.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-libs/ffcall/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-libs/ffcall/ffcall-1.13.ebuild X-VCS-Directories: dev-libs/ffcall/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 8f16f98fae373897525c4672f9f927017017fb10 X-VCS-Branch: master Date: Mon, 28 Aug 2017 11:46:06 +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: 8375da0e-4304-4f71-a683-810f676cfd56 X-Archives-Hash: 1a8437b1b9574b0d2e63298c27f06240 commit: 8f16f98fae373897525c4672f9f927017017fb10 Author: Chema Alonso Josa gentoo org> AuthorDate: Mon Aug 28 11:46:07 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Aug 28 11:46:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8f16f98f dev-libs/ffcall: Sync with gentoo main repo dev-libs/ffcall/ffcall-1.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/ffcall/ffcall-1.13.ebuild b/dev-libs/ffcall/ffcall-1.13.ebuild index 067088c3..127ea9cd 100644 --- a/dev-libs/ffcall/ffcall-1.13.ebuild +++ b/dev-libs/ffcall/ffcall-1.13.ebuild @@ -9,14 +9,14 @@ MY_PV="libffcall-${PV}" DESCRIPTION="foreign function call libraries" HOMEPAGE="https://www.gnu.org/software/libffcall/" -SRC_URI="http://ftp.gnu.org/gnu/libffcall/${MY_PV}.tar.gz" +SRC_URI="mirror://gnu/libffcall/${MY_PV}.tar.gz" # "Ffcall is under GNU GPL. As a special exception, if used in GNUstep # or in derivate works of GNUstep, the included parts of ffcall are # under GNU LGPL." -ffcall author LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~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}