diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-14 08:35:43 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-14 08:45:28 +0100 |
commit | bd6c77d481d6e98fa60e92b86fc94445bc29b68b (patch) | |
tree | 248e11c8f28085d6cf5426d302ba06dbffcc1f08 /dev-libs/ffcall | |
parent | app-text/lout: change SRC_URI to use 'mirror://nongnu/' (diff) | |
download | gentoo-bd6c77d481d6e98fa60e92b86fc94445bc29b68b.tar.gz gentoo-bd6c77d481d6e98fa60e92b86fc94445bc29b68b.tar.bz2 gentoo-bd6c77d481d6e98fa60e92b86fc94445bc29b68b.zip |
dev-libs/ffcall: change SRC_URI to use 'mirror://gnu/'
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-libs/ffcall')
-rw-r--r-- | dev-libs/ffcall/ffcall-1.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/ffcall/ffcall-1.13.ebuild b/dev-libs/ffcall/ffcall-1.13.ebuild index e5482713cc1a..127ea9cd215e 100644 --- a/dev-libs/ffcall/ffcall-1.13.ebuild +++ b/dev-libs/ffcall/ffcall-1.13.ebuild @@ -9,7 +9,7 @@ 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 |