commit:     afa656f980da173d397b1f0b26f2d50b49e3e8e1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 30 19:08:54 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 30 19:08:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa656f9

sci-libs/libh2oxx: Bump to EAPI 8

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild 
b/sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild
index 6c2e7a0a6672..90d7e856815a 100644
--- a/sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild
+++ b/sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild
@@ -1,19 +1,25 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="C++ bindings for libh2o"
 HOMEPAGE="https://github.com/projg2/libh2oxx/";
-SRC_URI="https://github.com/projg2/libh2oxx/releases/download/${P}/${P}.tar.bz2";
+SRC_URI="
+       https://github.com/projg2/libh2oxx/releases/download/${P}/${P}.tar.bz2
+"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
-RDEPEND=">=sci-libs/libh2o-0.2:0="
-DEPEND="${RDEPEND}"
+DEPEND="
+       >=sci-libs/libh2o-0.2:0=
+"
+RDEPEND="
+       ${DEPEND}
+"
 
 src_configure() {
        local myconf=(

Reply via email to