diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-30 13:02:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-03 07:53:23 +0200 |
commit | c060c7c988fa5cdb4431853003077c4c39ac2453 (patch) | |
tree | b53336bc013fb60bedb7a88d30078944ced4159a /x11-misc | |
parent | dev-go/go-protobuf: Remove old version with incomplete LICENSE (diff) | |
download | gentoo-c060c7c988fa5cdb4431853003077c4c39ac2453.tar.gz gentoo-c060c7c988fa5cdb4431853003077c4c39ac2453.tar.bz2 gentoo-c060c7c988fa5cdb4431853003077c4c39ac2453.zip |
x11-misc/gccmakedep: Inline mirror://xorg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/gccmakedep/gccmakedep-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild index 6e6e5f1c58d7..4baa9613b0c4 100644 --- a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild +++ b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then # x11-misc/util-macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" else - SRC_URI="mirror://xorg/util/${P}.tar.bz2" + SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" fi diff --git a/x11-misc/gccmakedep/gccmakedep-9999.ebuild b/x11-misc/gccmakedep/gccmakedep-9999.ebuild index cc6ee3f93480..567131e90b73 100644 --- a/x11-misc/gccmakedep/gccmakedep-9999.ebuild +++ b/x11-misc/gccmakedep/gccmakedep-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then # x11-misc/util-macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" else - SRC_URI="mirror://xorg/util/${P}.tar.bz2" + SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" fi |