Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/
Date: Sat, 17 Jul 2021 21:31:02
Message-Id: 1626557440.f3f956bceabccc3e1d873ac7d60a27134505d3d9.soap@gentoo
1 commit: f3f956bceabccc3e1d873ac7d60a27134505d3d9
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 21:30:40 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 21:30:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f956bc
7
8 sys-power/powertop: Add sys-libs/ncurses[unicode(+)]
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../powertop/{powertop-2.13-r1.ebuild => powertop-2.13-r2.ebuild} | 4 ++--
13 sys-power/powertop/powertop-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-power/powertop/powertop-2.13-r1.ebuild b/sys-power/powertop/powertop-2.13-r2.ebuild
17 similarity index 98%
18 rename from sys-power/powertop/powertop-2.13-r1.ebuild
19 rename to sys-power/powertop/powertop-2.13-r2.ebuild
20 index ef1f63925d7..41279e9daac 100644
21 --- a/sys-power/powertop/powertop-2.13-r1.ebuild
22 +++ b/sys-power/powertop/powertop-2.13-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -25,7 +25,7 @@ IUSE="nls unicode X"
30 DEPEND="
31 dev-libs/libnl:3
32 sys-apps/pciutils
33 - sys-libs/ncurses:=[unicode?]
34 + sys-libs/ncurses:=[unicode(+)?]
35 "
36
37 BDEPEND="
38
39 diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild
40 index 04d3fef7a87..92a8b30bd07 100644
41 --- a/sys-power/powertop/powertop-9999.ebuild
42 +++ b/sys-power/powertop/powertop-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2020 Gentoo Authors
45 +# Copyright 1999-2021 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -25,7 +25,7 @@ IUSE="nls unicode X"
50 DEPEND="
51 dev-libs/libnl:3
52 sys-apps/pciutils
53 - sys-libs/ncurses:=[unicode?]
54 + sys-libs/ncurses:=[unicode(+)?]
55 "
56
57 BDEPEND="