diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 03:14:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:19:35 +0100 |
commit | 3ed2aa9449802122755cd55d40422295ef66dc29 (patch) | |
tree | b9107ec3eb63065da8b6ad1fbeada705a7171fce /net-libs/nghttp3 | |
parent | net-libs/nDPI: multilib-- (diff) | |
download | gentoo-3ed2aa9449802122755cd55d40422295ef66dc29.tar.gz gentoo-3ed2aa9449802122755cd55d40422295ef66dc29.tar.bz2 gentoo-3ed2aa9449802122755cd55d40422295ef66dc29.zip |
net-libs/nghttp3: autotools--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/nghttp3')
-rw-r--r-- | net-libs/nghttp3/nghttp3-0_pre20190912.ebuild | 4 | ||||
-rw-r--r-- | net-libs/nghttp3/nghttp3-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild b/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild index 75b9c45b8a13..f397afa4b9bf 100644 --- a/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild +++ b/net-libs/nghttp3/nghttp3-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/nghttp3.git" - inherit autotools git-r3 + inherit git-r3 else GIT_COMMIT="51379a041174ad953dc6ad437712f3b279f81919" SRC_URI="https://github.com/ngtcp2/nghttp3/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" diff --git a/net-libs/nghttp3/nghttp3-9999.ebuild b/net-libs/nghttp3/nghttp3-9999.ebuild index 3c8a6602bf51..3cfc00cf046a 100644 --- a/net-libs/nghttp3/nghttp3-9999.ebuild +++ b/net-libs/nghttp3/nghttp3-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/nghttp3.git" - inherit autotools git-r3 + inherit git-r3 else SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~hppa" |