Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-libs/ffcall/
Date: Mon, 28 Aug 2017 11:46:10
Message-Id: 1503920767.8f16f98fae373897525c4672f9f927017017fb10.nimiux@gentoo
1 commit: 8f16f98fae373897525c4672f9f927017017fb10
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 11:46:07 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 11:46:07 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8f16f98f
7
8 dev-libs/ffcall: Sync with gentoo main repo
9
10 dev-libs/ffcall/ffcall-1.13.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-libs/ffcall/ffcall-1.13.ebuild b/dev-libs/ffcall/ffcall-1.13.ebuild
14 index 067088c3..127ea9cd 100644
15 --- a/dev-libs/ffcall/ffcall-1.13.ebuild
16 +++ b/dev-libs/ffcall/ffcall-1.13.ebuild
17 @@ -9,14 +9,14 @@ MY_PV="libffcall-${PV}"
18
19 DESCRIPTION="foreign function call libraries"
20 HOMEPAGE="https://www.gnu.org/software/libffcall/"
21 -SRC_URI="http://ftp.gnu.org/gnu/libffcall/${MY_PV}.tar.gz"
22 +SRC_URI="mirror://gnu/libffcall/${MY_PV}.tar.gz"
23
24 # "Ffcall is under GNU GPL. As a special exception, if used in GNUstep
25 # or in derivate works of GNUstep, the included parts of ffcall are
26 # under GNU LGPL." -ffcall author
27 LICENSE="GPL-2+"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
30 +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
31 IUSE=""
32
33 S=${WORKDIR}/${MY_PV}