diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-02-21 17:50:45 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:25 +0100 |
commit | a94b2ee98ea33ff8bedaf80935211509729d116b (patch) | |
tree | 21cee103b39f0bba9705ce065c48738ac4faf2b1 /net-libs/libsrsirc | |
parent | sys-apps/udevil: EAPI8 bump, fix bug #832908 (diff) | |
download | gentoo-a94b2ee98ea33ff8bedaf80935211509729d116b.tar.gz gentoo-a94b2ee98ea33ff8bedaf80935211509729d116b.tar.bz2 gentoo-a94b2ee98ea33ff8bedaf80935211509729d116b.zip |
net-libs/libsrsirc: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35472
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-libs/libsrsirc')
-rw-r--r-- | net-libs/libsrsirc/libsrsirc-0.0.14-r2.ebuild (renamed from net-libs/libsrsirc/libsrsirc-0.0.14-r1.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-libs/libsrsirc/libsrsirc-0.0.14-r1.ebuild b/net-libs/libsrsirc/libsrsirc-0.0.14-r2.ebuild index 09def5b449ae..f60c232b65ca 100644 --- a/net-libs/libsrsirc/libsrsirc-0.0.14-r1.ebuild +++ b/net-libs/libsrsirc/libsrsirc-0.0.14-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -DESCRIPTION="A lightweight, cross-platform IRC library" +DESCRIPTION="Lightweight, cross-platform IRC library" HOMEPAGE="https://github.com/fstd/libsrsirc" SRC_URI="http://penenen.de/${P}.tar.gz" LICENSE="BSD" @@ -12,8 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs ssl" -DEPEND=" - ssl? ( dev-libs/openssl:0= )" +DEPEND="ssl? ( dev-libs/openssl:0= )" RDEPEND="${DEPEND}" src_configure() { |