diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 21:02:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-29 21:02:39 +0200 |
commit | a336ee314565b57b46e3f5c1b21cee33c2aa563b (patch) | |
tree | 281f0bd47177557984f6246fecdb47297be67e85 /net-irc/muh | |
parent | dev-vcs/cvs-fast-export: ebuild tidying (diff) | |
download | gentoo-a336ee314565b57b46e3f5c1b21cee33c2aa563b.tar.gz gentoo-a336ee314565b57b46e3f5c1b21cee33c2aa563b.tar.bz2 gentoo-a336ee314565b57b46e3f5c1b21cee33c2aa563b.zip |
net-irc/muh: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-irc/muh')
-rw-r--r-- | net-irc/muh/muh-2.2a-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-irc/muh/muh-2.2a-r1.ebuild b/net-irc/muh/muh-2.2a-r1.ebuild index 97826829ea13..4a90c58d0c86 100644 --- a/net-irc/muh/muh-2.2a-r1.ebuild +++ b/net-irc/muh/muh-2.2a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,9 +12,6 @@ SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86" IUSE="ipv6" -RDEPEND="" -DEPEND="${RDEPEND}" - src_configure() { econf --datadir=/usr/share/muh $(use_enable ipv6) } |