Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/
Date: Mon, 20 Jan 2020 07:52:43
Message-Id: 1579506749.f4d1633bcd4088fe93ceb86d83756425543ad623.slyfox@gentoo
1 commit: f4d1633bcd4088fe93ceb86d83756425543ad623
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 20 07:51:54 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 20 07:52:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d1633b
7
8 app-misc/mc: destabilize alpha to ~alpha
9
10 Bug: https://bugs.gentoo.org/693914
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 app-misc/mc/mc-4.8.22.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-misc/mc/mc-4.8.22.ebuild b/app-misc/mc/mc-4.8.22.ebuild
18 index 256d07fc143..5f959e6ff92 100644
19 --- a/app-misc/mc/mc-4.8.22.ebuild
20 +++ b/app-misc/mc/mc-4.8.22.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -13,7 +13,7 @@ SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz"
28
29 LICENSE="GPL-3"
30 SLOT="0"
31 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
32 +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
33 IUSE="+edit gpm nls samba sftp +slang spell test unicode X +xdg"
34
35 REQUIRED_USE="spell? ( edit )"