commit:     c8080755471227057d60ddce5697839f85f50131
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 13:51:46 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 13:51:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8080755

net-irc/ircmap: remove sys-apps/sed from BDEPEND

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-irc/ircmap/ircmap-0.99-r1.ebuild | 12 ++++--------
 1 file 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 \

Reply via email to