sys-apps/gptfdisk: We need nucurses with unicode support.
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 9 Jul 2018 08:27:00 +0000 (10:27 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 9 Jul 2018 08:27:00 +0000 (10:27 +0200)
Closes: https://bugs.gentoo.org/513868
Package-Manager: Portage-2.3.41, Repoman-2.3.9

sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild
sys-apps/gptfdisk/gptfdisk-1.0.3.ebuild
sys-apps/gptfdisk/gptfdisk-1.0.4.ebuild

index 90515a8c8f68c0a09c27daf475b8138dda832e8a..75972c8591a63ddac02cc85532f0bb2424398481 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ IUSE="kernel_linux ncurses static"
 
 LIB_DEPEND="
        dev-libs/popt[static-libs(+)]
-       ncurses? ( >=sys-libs/ncurses-5.7-r7:0=[static-libs(+)] )
+       ncurses? ( >=sys-libs/ncurses-5.7-r7:0=[unicode,static-libs(+)] )
        kernel_linux? ( sys-apps/util-linux[static-libs(+)] )" # libuuid
 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
 DEPEND="${RDEPEND}
index b813139d27076a9435f8ede28805d94c5959588e..454e6a3f3980118fdf0aa26fe73ccab7595957e3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ IUSE="kernel_linux ncurses static"
 # libuuid from util-linux is required.
 LIB_DEPEND="
        dev-libs/popt[static-libs(+)]
-       ncurses? ( >=sys-libs/ncurses-5.7-r7:0=[static-libs(+)] )
+       ncurses? ( >=sys-libs/ncurses-5.7-r7:0=[unicode,static-libs(+)] )
        kernel_linux? ( sys-apps/util-linux[static-libs(+)] )
 "
 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
index 8ee0caf9959496771b0188f0ffa63f648ebaf9b7..211bfa1f7ac27ac17ed94bd35df2d2ef811c611b 100644 (file)
@@ -17,7 +17,7 @@ IUSE="kernel_linux ncurses static"
 # libuuid from util-linux is required.
 LIB_DEPEND="
        dev-libs/popt[static-libs(+)]
-       ncurses? ( >=sys-libs/ncurses-5.7-r7:0=[static-libs(+)] )
+       ncurses? ( >=sys-libs/ncurses-5.7-r7:0=[unicode,static-libs(+)] )
        kernel_linux? ( sys-apps/util-linux[static-libs(+)] )
 "
 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"