diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 20:52:19 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 23:24:28 +0200 |
commit | 160fa351197f7bcb7ce9daf52ddd940f5e57a552 (patch) | |
tree | acfb7eb783595ff3251d003305bae07a70ec29a3 /dev-libs | |
parent | dev-libs/libgaminggear: update EAPI 7 -> 8 (diff) | |
download | gentoo-160fa351197f7bcb7ce9daf52ddd940f5e57a552.tar.gz gentoo-160fa351197f7bcb7ce9daf52ddd940f5e57a552.tar.bz2 gentoo-160fa351197f7bcb7ce9daf52ddd940f5e57a552.zip |
dev-libs/log4cplus: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/log4cplus/log4cplus-2.0.7.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/log4cplus/log4cplus-2.0.7.ebuild b/dev-libs/log4cplus/log4cplus-2.0.7.ebuild index efb2755fc7fd..4e644ec1eb20 100644 --- a/dev-libs/log4cplus/log4cplus-2.0.7.ebuild +++ b/dev-libs/log4cplus/log4cplus-2.0.7.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake @@ -15,8 +15,10 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="explicit-initialization iconv qt5 server test threads" RESTRICT="!test? ( test )" -RDEPEND="iconv? ( virtual/libiconv ) - qt5? ( dev-qt/qtcore:5 )" +RDEPEND=" + iconv? ( virtual/libiconv ) + qt5? ( dev-qt/qtcore:5 ) +" DEPEND="${RDEPEND}" src_configure() { |