diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 23:30:40 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 23:30:40 +0200 |
commit | f3f956bceabccc3e1d873ac7d60a27134505d3d9 (patch) | |
tree | 7048d325293e08b58e91bb67e8f0017faace8c3a /sys-power | |
parent | sys-libs/readline: Add sys-libs/ncurses[unicode(+)] (diff) | |
download | gentoo-f3f956bceabccc3e1d873ac7d60a27134505d3d9.tar.gz gentoo-f3f956bceabccc3e1d873ac7d60a27134505d3d9.tar.bz2 gentoo-f3f956bceabccc3e1d873ac7d60a27134505d3d9.zip |
sys-power/powertop: Add sys-libs/ncurses[unicode(+)]
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/powertop/powertop-2.13-r2.ebuild (renamed from sys-power/powertop/powertop-2.13-r1.ebuild) | 4 | ||||
-rw-r--r-- | sys-power/powertop/powertop-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-power/powertop/powertop-2.13-r1.ebuild b/sys-power/powertop/powertop-2.13-r2.ebuild index ef1f63925d7c..41279e9daac9 100644 --- a/sys-power/powertop/powertop-2.13-r1.ebuild +++ b/sys-power/powertop/powertop-2.13-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,7 @@ IUSE="nls unicode X" DEPEND=" dev-libs/libnl:3 sys-apps/pciutils - sys-libs/ncurses:=[unicode?] + sys-libs/ncurses:=[unicode(+)?] " BDEPEND=" diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild index 04d3fef7a87a..92a8b30bd07a 100644 --- a/sys-power/powertop/powertop-9999.ebuild +++ b/sys-power/powertop/powertop-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,7 @@ IUSE="nls unicode X" DEPEND=" dev-libs/libnl:3 sys-apps/pciutils - sys-libs/ncurses:=[unicode?] + sys-libs/ncurses:=[unicode(+)?] " BDEPEND=" |