Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dialog/
Date: Sat, 19 Feb 2022 02:24:38
Message-Id: 1645237305.0af9f59c9c7f2177e17c3f70183c8724d3ddec6f.sam@gentoo
1 commit: 0af9f59c9c7f2177e17c3f70183c8724d3ddec6f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 19 02:21:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 19 02:21:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af9f59c
7
8 dev-util/dialog: Stabilize 1.3.20211214 amd64, #833644
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/dialog/dialog-1.3.20211214.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/dialog/dialog-1.3.20211214.ebuild b/dev-util/dialog/dialog-1.3.20211214.ebuild
16 index d9eb069d20c7..1dc6f371ad01 100644
17 --- a/dev-util/dialog/dialog-1.3.20211214.ebuild
18 +++ b/dev-util/dialog/dialog-1.3.20211214.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ S="${WORKDIR}"/${MY_P}
26
27 LICENSE="GPL-2"
28 SLOT="0/15"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
31 IUSE="examples minimal nls unicode"
32
33 RDEPEND=">=sys-libs/ncurses-5.2-r5:=[unicode(+)?]"