summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-15 03:16:03 +0100
committerSam James <sam@gentoo.org>2021-04-16 12:19:36 +0100
commitf90a38f9a93b2564211088e6c92ed920dd73de92 (patch)
tree89590050f00ab0494243da0566d21d6b8c57ae5e /net-libs/ngtcp2
parentnet-libs/nghttp3: autotools-- (diff)
downloadgentoo-f90a38f9a93b2564211088e6c92ed920dd73de92.tar.gz
gentoo-f90a38f9a93b2564211088e6c92ed920dd73de92.tar.bz2
gentoo-f90a38f9a93b2564211088e6c92ed920dd73de92.zip
net-libs/ngtcp2: autotools--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/ngtcp2')
-rw-r--r--net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild4
-rw-r--r--net-libs/ngtcp2/ngtcp2-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild
index b50e3d700512..36e82902fc0c 100644
--- a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild
+++ b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ inherit cmake-multilib
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/ngtcp2/ngtcp2.git"
- inherit autotools git-r3
+ inherit git-r3
else
GIT_COMMIT="5122d9e5e1e91c718ebc3933252ee42522c6e942"
SRC_URI="https://github.com/ngtcp2/ngtcp2/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
diff --git a/net-libs/ngtcp2/ngtcp2-9999.ebuild b/net-libs/ngtcp2/ngtcp2-9999.ebuild
index fb6cddf993db..e1fef793bf0f 100644
--- a/net-libs/ngtcp2/ngtcp2-9999.ebuild
+++ b/net-libs/ngtcp2/ngtcp2-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ inherit cmake-multilib
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/ngtcp2/ngtcp2.git"
- inherit autotools git-r3
+ inherit git-r3
else
SRC_URI="https://github.com/ngtcp2/ngtcp2/releases/download/v${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~hppa"