diff options
author | David Seifert <soap@gentoo.org> | 2022-12-07 14:51:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-12-07 14:51:46 +0100 |
commit | c8080755471227057d60ddce5697839f85f50131 (patch) | |
tree | 7f06d4ca5f4549c2124085bc8d2326f09f16a005 /net-irc | |
parent | net-analyzer/netio: remove sys-apps/sed from DEPEND (diff) | |
download | gentoo-c8080755471227057d60ddce5697839f85f50131.tar.gz gentoo-c8080755471227057d60ddce5697839f85f50131.tar.bz2 gentoo-c8080755471227057d60ddce5697839f85f50131.zip |
net-irc/ircmap: remove sys-apps/sed from BDEPEND
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ircmap/ircmap-0.99-r1.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net-irc/ircmap/ircmap-0.99-r1.ebuild b/net-irc/ircmap/ircmap-0.99-r1.ebuild index 33fb8a2051d5..87b21231fff0 100644 --- a/net-irc/ircmap/ircmap-0.99-r1.ebuild +++ b/net-irc/ircmap/ircmap-0.99-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,21 +6,17 @@ EAPI=7 DESCRIPTION="Scripts to treate diagrams of IRC networks using the LINKS command" HOMEPAGE="http://pasky.or.cz/irc/" SRC_URI="http://pasky.or.cz/irc/${PN}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" -IUSE="" RDEPEND=" media-gfx/graphviz dev-lang/perl " -BDEPEND="${RDEPEND} - >=sys-apps/sed-4 -" -DEPEND="" - -S="${WORKDIR}"/${PN} +BDEPEND="${RDEPEND}" src_compile() { sed -i \ |