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>
This commit is contained in:
Michael Mair-Keimberger 2024-02-21 17:50:45 +01:00 committed by Conrad Kostecki
parent 0b63aaad85
commit a94b2ee98e
No known key found for this signature in database
GPG Key ID: 7A96AB564BF498FB

View File

@ -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() {