commit: e5b155df2994968d616e4c585fc2ae30b865841e Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Dec 7 13:51:48 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Dec 7 13:51:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b155df
net-irc/onis: remove sys-apps/sed from DEPEND Signed-off-by: David Seifert <soap <AT> gentoo.org> net-irc/onis/onis-0.8.2-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-irc/onis/onis-0.8.2-r1.ebuild b/net-irc/onis/onis-0.8.2-r1.ebuild index 7c1eb8e3d90d..f3a692d97e61 100644 --- a/net-irc/onis/onis-0.8.2-r1.ebuild +++ b/net-irc/onis/onis-0.8.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,14 +6,13 @@ EAPI=6 DESCRIPTION="onis not irc stats" HOMEPAGE="http://verplant.org/onis/" SRC_URI="http://verplant.org/${PN}/${P}.tar.bz2" + LICENSE="LGPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="" RDEPEND="dev-lang/perl" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/0.6.0-nochdir.patch" )
