commit:     49fe96b4e40d44cb9b6f3b5a2defafd458f5a3ad
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 16:49:57 2015 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 16:50:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49fe96b4

sys-power/powertop: fix actual repoman issues

Package-Manager: portage-2.2.26

 sys-power/powertop/powertop-2.6.ebuild  | 2 +-
 sys-power/powertop/powertop-2.8.ebuild  | 2 +-
 sys-power/powertop/powertop-9999.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-power/powertop/powertop-2.6.ebuild 
b/sys-power/powertop/powertop-2.6.ebuild
index 482be30..1fcc8e1 100644
--- a/sys-power/powertop/powertop-2.6.ebuild
+++ b/sys-power/powertop/powertop-2.6.ebuild
@@ -24,7 +24,7 @@ IUSE="unicode X"
 COMMON_DEPEND="
        dev-libs/libnl:3
        sys-apps/pciutils
-       sys-libs/ncurses[unicode?]
+       sys-libs/ncurses:*[unicode?]
 "
 
 DEPEND="${COMMON_DEPEND}

diff --git a/sys-power/powertop/powertop-2.8.ebuild 
b/sys-power/powertop/powertop-2.8.ebuild
index b558811..91a6287 100644
--- a/sys-power/powertop/powertop-2.8.ebuild
+++ b/sys-power/powertop/powertop-2.8.ebuild
@@ -24,7 +24,7 @@ IUSE="nls unicode X"
 COMMON_DEPEND="
        dev-libs/libnl:3
        sys-apps/pciutils
-       sys-libs/ncurses[unicode?]
+       sys-libs/ncurses:=[unicode?]
 "
 
 DEPEND="${COMMON_DEPEND}

diff --git a/sys-power/powertop/powertop-9999.ebuild 
b/sys-power/powertop/powertop-9999.ebuild
index 4a5c472..53a9e0c 100644
--- a/sys-power/powertop/powertop-9999.ebuild
+++ b/sys-power/powertop/powertop-9999.ebuild
@@ -24,7 +24,7 @@ IUSE="nls unicode X"
 COMMON_DEPEND="
        dev-libs/libnl:3
        sys-apps/pciutils
-       sys-libs/ncurses[unicode?]
+       sys-libs/ncurses:=[unicode?]
 "
 
 DEPEND="${COMMON_DEPEND}

Reply via email to