commit: 7e4d91dda107a564aa3dd0af1ba8527b0ace8c84 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 30 19:08:12 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 30 19:08:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4d91dd
sci-libs/libh2o: Bump to EAPI 8 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sci-libs/libh2o/libh2o-0.2.1-r1.ebuild | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/sci-libs/libh2o/libh2o-0.2.1-r1.ebuild b/sci-libs/libh2o/libh2o-0.2.1-r1.ebuild index ab2faf8e14d9..e6eab7d0ace6 100644 --- a/sci-libs/libh2o/libh2o-0.2.1-r1.ebuild +++ b/sci-libs/libh2o/libh2o-0.2.1-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="Library of routines for IF97 water & steam properties" HOMEPAGE="https://github.com/projg2/libh2o/" -SRC_URI="https://github.com/projg2/libh2o/releases/download/${P}/${P}.tar.bz2" +SRC_URI=" + https://github.com/projg2/libh2o/releases/download/${P}/${P}.tar.bz2 +" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug static-libs" -RDEPEND="!www-servers/h2o" -BDEPEND="virtual/pkgconfig" +RDEPEND=" + !www-servers/h2o +" +BDEPEND=" + virtual/pkgconfig +" src_configure() { local myconf=(
