diff options
author | 2021-04-15 03:14:39 +0100 | |
---|---|---|
committer | 2021-04-16 12:19:35 +0100 | |
commit | 3ed2aa9449802122755cd55d40422295ef66dc29 (patch) | |
tree | b9107ec3eb63065da8b6ad1fbeada705a7171fce /net-libs/nghttp3/nghttp3-0_pre20190912.ebuild | |
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/nghttp3-0_pre20190912.ebuild')
-rw-r--r-- | net-libs/nghttp3/nghttp3-0_pre20190912.ebuild | 4 |
1 files changed, 2 insertions, 2 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" |