Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/muh/
Date: Sat, 29 May 2021 19:03:36
Message-Id: 1622314959.a336ee314565b57b46e3f5c1b21cee33c2aa563b.soap@gentoo
1 commit: a336ee314565b57b46e3f5c1b21cee33c2aa563b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 19:02:39 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 19:02:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a336ee31
7
8 net-irc/muh: ebuild tidying
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 net-irc/muh/muh-2.2a-r1.ebuild | 5 +----
15 1 file changed, 1 insertion(+), 4 deletions(-)
16
17 diff --git a/net-irc/muh/muh-2.2a-r1.ebuild b/net-irc/muh/muh-2.2a-r1.ebuild
18 index 97826829ea1..4a90c58d0c8 100644
19 --- a/net-irc/muh/muh-2.2a-r1.ebuild
20 +++ b/net-irc/muh/muh-2.2a-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,9 +12,6 @@ SLOT="0"
28 KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86"
29 IUSE="ipv6"
30
31 -RDEPEND=""
32 -DEPEND="${RDEPEND}"
33 -
34 src_configure() {
35 econf --datadir=/usr/share/muh $(use_enable ipv6)
36 }