diff options
author | Amy Liffey <amynka@gentoo.org> | 2018-10-28 16:23:26 +0100 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2018-10-28 16:25:49 +0100 |
commit | ac582bed33f8e50802763c078eb7ef2ab6fa4343 (patch) | |
tree | 0e6fedaffaca06886a2a00c47304a5058d5edb8c /dev-libs/g-wrap | |
parent | dev-util/ccache: fix ROOT=/ detection (diff) | |
download | gentoo-ac582bed33f8e50802763c078eb7ef2ab6fa4343.tar.gz gentoo-ac582bed33f8e50802763c078eb7ef2ab6fa4343.tar.bz2 gentoo-ac582bed33f8e50802763c078eb7ef2ab6fa4343.zip |
dev-libs/g-wrap: fix non existing src_uri
Closes: https://bugs.gentoo.org/634136
Suggested-by: eroen <gentoo@eroen.eu>
Signed-off-by: Amy Liffey <amynka@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-libs/g-wrap')
-rw-r--r-- | dev-libs/g-wrap/g-wrap-1.9.13.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/g-wrap/g-wrap-1.9.14.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/g-wrap/g-wrap-1.9.13.ebuild b/dev-libs/g-wrap/g-wrap-1.9.13.ebuild index c843ccce7a30..e204a071fc99 100644 --- a/dev-libs/g-wrap/g-wrap-1.9.13.ebuild +++ b/dev-libs/g-wrap/g-wrap-1.9.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ inherit eutils DESCRIPTION="A tool for exporting C libraries into Scheme" HOMEPAGE="http://www.nongnu.org/g-wrap/" -SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/${P}.tar.gz" +SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/old/${P}.tar.gz" KEYWORDS="amd64 ~hppa ppc ppc64 x86" SLOT="0" LICENSE="GPL-2" diff --git a/dev-libs/g-wrap/g-wrap-1.9.14.ebuild b/dev-libs/g-wrap/g-wrap-1.9.14.ebuild index 0ae727652962..189c24d4a7ca 100644 --- a/dev-libs/g-wrap/g-wrap-1.9.14.ebuild +++ b/dev-libs/g-wrap/g-wrap-1.9.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ inherit autotools-utils DESCRIPTION="A tool for exporting C libraries into Scheme" HOMEPAGE="http://www.nongnu.org/g-wrap/" -SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/${P}.tar.gz" +SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/old/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" |