From 2686d4c3a8f1904cc2ee9f01f68b9104b620c34b Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 12 Oct 2019 21:48:42 +0100 Subject: [PATCH] x11-wm/blackbox: require >=gettext-0.20 On gettext-0.19 autopoint fails as: ``` ***** PWD: .../blackboxwm-0.75 ***** autopoint --force autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac file requires the infrastructure from gettext-0.20 but this version is older. Please upgrade to gettext-0.20 or newer. autopoint: *** Stop. ``` Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich Signed-off-by: Ben Kohler --- x11-wm/blackbox/blackbox-0.75.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/blackbox/blackbox-0.75.ebuild b/x11-wm/blackbox/blackbox-0.75.ebuild index 895457f69ad3..36f1d3ceeba1 100644 --- a/x11-wm/blackbox/blackbox-0.75.ebuild +++ b/x11-wm/blackbox/blackbox-0.75.ebuild @@ -16,7 +16,7 @@ IUSE="nls truetype debug" RDEPEND="x11-libs/libXft x11-libs/libXt - nls? ( sys-devel/gettext ) + nls? ( >=sys-devel/gettext-0.20 ) truetype? ( media-libs/freetype )" DEPEND="${RDEPEND} x11-base/xorg-proto" -- 2.26.2