Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/emech/
Date: Mon, 20 Mar 2023 06:31:15
Message-Id: 1679293663.82939f307133657f1112e9da77168a4f4dd2f633.juippis@gentoo
1 commit: 82939f307133657f1112e9da77168a4f4dd2f633
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 06:27:43 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 06:27:43 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82939f30
7
8 net-irc/emech: Stabilize 3.0.99_p20221123 amd64, #901923
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 net-irc/emech/emech-3.0.99_p20221123.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-irc/emech/emech-3.0.99_p20221123.ebuild b/net-irc/emech/emech-3.0.99_p20221123.ebuild
16 index f7107601febc..2a8aa0fe51bb 100644
17 --- a/net-irc/emech/emech-3.0.99_p20221123.ebuild
18 +++ b/net-irc/emech/emech-3.0.99_p20221123.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -15,7 +15,7 @@ S="${WORKDIR}/energymech-${GIT_COMMIT}"
26 LICENSE="GPL-2"
27 SLOT="0"
28 IUSE="debug session tcl"
29 -KEYWORDS="~amd64 ~ppc ~x86"
30 +KEYWORDS="amd64 ~ppc ~x86"
31
32 RDEPEND="virtual/libcrypt:="
33 DEPEND="${RDEPEND}"