summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2018-01-18 00:31:19 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-01-18 10:40:33 +0100
commit9838877a74bf7de4f49a07fedb7cea1ca2f43f78 (patch)
tree31f37eb2f2964f8215869e12c9a5cb94d5dbfb54 /sys-devel/autoconf
parentsys-devel/autoconf: Update live ebuild to EAPI 6 (diff)
downloadgentoo-9838877a74bf7de4f49a07fedb7cea1ca2f43f78.tar.gz
gentoo-9838877a74bf7de4f49a07fedb7cea1ca2f43f78.tar.bz2
gentoo-9838877a74bf7de4f49a07fedb7cea1ca2f43f78.zip
sys-devel/autoconf: Sync up 2.69 with live ebuild
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r--sys-devel/autoconf/autoconf-2.69-r4.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-devel/autoconf/autoconf-2.69-r4.ebuild b/sys-devel/autoconf/autoconf-2.69-r4.ebuild
index 98a89a19379c..17b047107a63 100644
--- a/sys-devel/autoconf/autoconf-2.69-r4.ebuild
+++ b/sys-devel/autoconf/autoconf-2.69-r4.ebuild
@@ -4,10 +4,7 @@
EAPI=6
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git
- http://git.savannah.gnu.org/r/${PN}.git"
- # We need all the tags in order to figure out the right version.
- # The git-r3 eclass doesn't support that, so have to stick to 2.
+ EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git"
inherit git-r3
else
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
@@ -42,5 +39,4 @@ src_prepare() {
"${FILESDIR}"/${PN}-2.69-perl-5.26-2.patch
)
toolchain-autoconf_src_prepare
- eapply_user
}