diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-03-16 15:59:04 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-03-16 15:59:25 +0100 |
commit | 012a50cbc4302fbcef1ced7ec9e4ecdaeaaea958 (patch) | |
tree | 381cf1b1e8eef2a1ea72d024fbdfe6350f851b5d /sys-devel/binutils-apple/binutils-apple-7.1-r1.ebuild | |
parent | dev-python/sphinx-bootstrap-theme: arm stable wrt bug #676622 (diff) | |
download | gentoo-012a50cbc4302fbcef1ced7ec9e4ecdaeaaea958.tar.gz gentoo-012a50cbc4302fbcef1ced7ec9e4ecdaeaaea958.tar.bz2 gentoo-012a50cbc4302fbcef1ced7ec9e4ecdaeaaea958.zip |
sys-devel/binutils-apple: fix HOMEPAGE, thanks yuLya in bug #680548
Closes: https://bugs.gentoo.org/680548
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sys-devel/binutils-apple/binutils-apple-7.1-r1.ebuild')
-rw-r--r-- | sys-devel/binutils-apple/binutils-apple-7.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/binutils-apple/binutils-apple-7.1-r1.ebuild b/sys-devel/binutils-apple/binutils-apple-7.1-r1.ebuild index 9bf30b1f105c..98eccefbd990 100644 --- a/sys-devel/binutils-apple/binutils-apple-7.1-r1.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,7 +12,7 @@ LIBUNWIND=libunwind-35.3 DYLD=dyld-360.17 DESCRIPTION="Darwin assembler as(1) and static linker ld(1), Xcode Tools ${PV}" -HOMEPAGE="http://www.opensource.apple.com/darwinsource/" +HOMEPAGE="http://www.opensource.apple.com/" 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 |