mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
0b63aaad85
commit
a94b2ee98e
@ -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() {
|
||||
Loading…
x
Reference in New Issue
Block a user