diff options
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/httpterm/httpterm-1.7.2.ebuild | 7 | ||||
-rw-r--r-- | www-servers/httpterm/httpterm-9999.ebuild | 15 |
2 files changed, 7 insertions, 15 deletions
diff --git a/www-servers/httpterm/httpterm-1.7.2.ebuild b/www-servers/httpterm/httpterm-1.7.2.ebuild index ce7988a7..5ac76c15 100644 --- a/www-servers/httpterm/httpterm-1.7.2.ebuild +++ b/www-servers/httpterm/httpterm-1.7.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit eutils toolchain-funcs DESCRIPTION="HTTP termination for benchmarks" @@ -13,9 +13,6 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - src_compile() { local -a args=( # This is for recent Linux 2.6 with splice and accept4() diff --git a/www-servers/httpterm/httpterm-9999.ebuild b/www-servers/httpterm/httpterm-9999.ebuild index 40bc1792..ff41b349 100644 --- a/www-servers/httpterm/httpterm-9999.ebuild +++ b/www-servers/httpterm/httpterm-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit eutils toolchain-funcs git-r3 DESCRIPTION="HTTP termination for benchmarks" @@ -13,14 +13,9 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - default - - eapply "${FILESDIR}/${PV}-BUILD-INT_MAX-requires-limits.h.patch" -} +PATCHES=( + "${FILESDIR}/${PV}-BUILD-INT_MAX-requires-limits.h.patch" +) src_compile() { local -a args=( |