summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-10-12 21:48:42 +0100
committerBen Kohler <bkohler@gentoo.org>2019-10-14 07:50:13 -0500
commit2686d4c3a8f1904cc2ee9f01f68b9104b620c34b (patch)
treeed2a8dbdb25a0b1d12598d51ebd03985582a96ab
parentx11-terms/xterm: Removed old (diff)
downloadgentoo-2686d4c3a8f1904cc2ee9f01f68b9104b620c34b.tar.gz
gentoo-2686d4c3a8f1904cc2ee9f01f68b9104b620c34b.tar.bz2
gentoo-2686d4c3a8f1904cc2ee9f01f68b9104b620c34b.zip
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 <slyfox@gentoo.org> Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--x11-wm/blackbox/blackbox-0.75.ebuild2
1 files changed, 1 insertions, 1 deletions
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"