diff options
author | David Seifert <soap@gentoo.org> | 2022-12-07 14:51:48 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-12-07 14:51:48 +0100 |
commit | e5b155df2994968d616e4c585fc2ae30b865841e (patch) | |
tree | dbbdae44fc7f40d04f56b32383ac7d904f4a0e0f /net-irc | |
parent | net-irc/ircmap: remove sys-apps/sed from BDEPEND (diff) | |
download | gentoo-e5b155df2994968d616e4c585fc2ae30b865841e.tar.gz gentoo-e5b155df2994968d616e4c585fc2ae30b865841e.tar.bz2 gentoo-e5b155df2994968d616e4c585fc2ae30b865841e.zip |
net-irc/onis: remove sys-apps/sed from DEPEND
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/onis/onis-0.8.2-r1.ebuild | 7 |
1 files 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" ) |