diff options
author | 2017-09-03 18:39:42 +0200 | |
---|---|---|
committer | 2017-09-06 22:59:19 +0200 | |
commit | 21b97ce4a31ccc553c8e9ccba098b25139db733a (patch) | |
tree | 959c7f5c47de899c34330fbd0d68819fa476a818 /sys-devel/binutils-apple/binutils-apple-7.1.ebuild | |
parent | sci-mathematics/isabelle: use HTTPS for links to dev.gentoo.org (diff) | |
download | gentoo-21b97ce4a31ccc553c8e9ccba098b25139db733a.tar.gz gentoo-21b97ce4a31ccc553c8e9ccba098b25139db733a.tar.bz2 gentoo-21b97ce4a31ccc553c8e9ccba098b25139db733a.zip |
sys-devel/binutils-apple: use HTTPS for links to dev.gentoo.org
Diffstat (limited to 'sys-devel/binutils-apple/binutils-apple-7.1.ebuild')
-rw-r--r-- | sys-devel/binutils-apple/binutils-apple-7.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-devel/binutils-apple/binutils-apple-7.1.ebuild b/sys-devel/binutils-apple/binutils-apple-7.1.ebuild index bc9ec2617c03..9dfebf05d008 100644 --- a/sys-devel/binutils-apple/binutils-apple-7.1.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,11 +17,11 @@ SRC_URI="http://www.opensource.apple.com/tarballs/ld64/${LD64}.tar.gz http://www.opensource.apple.com/tarballs/cctools/${CCTOOLS}.tar.gz http://www.opensource.apple.com/tarballs/dyld/${DYLD}.tar.gz http://www.opensource.apple.com/tarballs/libunwind/${LIBUNWIND}.tar.gz - http://dev.gentoo.org/~grobian/distfiles/${PN}-patches-4.3-r1.tar.bz2 - http://dev.gentoo.org/~grobian/distfiles/${PN}-patches-5.1-r2.tar.bz2 - http://dev.gentoo.org/~grobian/distfiles/${PN}-patches-6.1-r1.tar.bz2 - http://dev.gentoo.org/~grobian/distfiles/${PN}-patches-6.3-r1.tar.bz2 - http://dev.gentoo.org/~grobian/distfiles/${PN}-patches-7.0-r1.tar.bz2" + https://dev.gentoo.org/~grobian/distfiles/${PN}-patches-4.3-r1.tar.bz2 + https://dev.gentoo.org/~grobian/distfiles/${PN}-patches-5.1-r2.tar.bz2 + https://dev.gentoo.org/~grobian/distfiles/${PN}-patches-6.1-r1.tar.bz2 + https://dev.gentoo.org/~grobian/distfiles/${PN}-patches-6.3-r1.tar.bz2 + https://dev.gentoo.org/~grobian/distfiles/${PN}-patches-7.0-r1.tar.bz2" LICENSE="APSL-2" KEYWORDS="~ppc-macos ~x64-macos ~x86-macos" |