From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1116738-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D0322138334
	for <garchives@archives.gentoo.org>; Mon, 14 Oct 2019 12:50:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 09EEEE08B1;
	Mon, 14 Oct 2019 12:50:30 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E9B55E08B1
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Oct 2019 12:50:29 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 96A1834BCFB
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Oct 2019 12:50:28 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1436871A
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Oct 2019 12:50:27 +0000 (UTC)
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" <bkohler@gentoo.org>
Message-ID: <1571057413.2686d4c3a8f1904cc2ee9f01f68b9104b620c34b.bkohler@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/blackbox/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-wm/blackbox/blackbox-0.75.ebuild
X-VCS-Directories: x11-wm/blackbox/
X-VCS-Committer: bkohler
X-VCS-Committer-Name: Ben Kohler
X-VCS-Revision: 2686d4c3a8f1904cc2ee9f01f68b9104b620c34b
X-VCS-Branch: master
Date: Mon, 14 Oct 2019 12:50:27 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 87955c46-d486-41c4-8497-982b3398cdc2
X-Archives-Hash: 2387bc2c780bbf1faf2f05e4fedd6868

commit:     2686d4c3a8f1904cc2ee9f01f68b9104b620c34b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 20:48:42 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 12:50:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2686d4c3

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 <AT> gentoo.org>
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 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 895457f69ad..36f1d3ceeba 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"