From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1203119-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 C5E89138359
	for <garchives@archives.gentoo.org>; Sat,  5 Sep 2020 08:29:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A6768E090E;
	Sat,  5 Sep 2020 08:29:04 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 89006E090E
	for <gentoo-commits@lists.gentoo.org>; Sat,  5 Sep 2020 08:29:04 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 6595D33FE49
	for <gentoo-commits@lists.gentoo.org>; Sat,  5 Sep 2020 08:29:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D044D2D2
	for <gentoo-commits@lists.gentoo.org>; Sat,  5 Sep 2020 08:29:01 +0000 (UTC)
From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1599294539.539547c5e9fb43de23cfc4e8fcf7c0fb618b80e4.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fbida/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/fbida/fbida-2.14-r1.ebuild media-gfx/fbida/fbida-2.14-r2.ebuild media-gfx/fbida/fbida-9999.ebuild
X-VCS-Directories: media-gfx/fbida/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 539547c5e9fb43de23cfc4e8fcf7c0fb618b80e4
X-VCS-Branch: master
Date: Sat,  5 Sep 2020 08:29:01 +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: 9f4ea9c9-aefd-431d-a7f0-cc5c906a36d2
X-Archives-Hash: e9fdb2db3632dbc18481d21c5c279a55

commit:     539547c5e9fb43de23cfc4e8fcf7c0fb618b80e4
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 08:27:28 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 08:28:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539547c5

media-gfx/fbida: Depend on x11-libs/motif[xft]

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Closes: https://bugs.gentoo.org/722804
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 media-gfx/fbida/{fbida-2.14-r1.ebuild => fbida-2.14-r2.ebuild} | 4 ++--
 media-gfx/fbida/fbida-9999.ebuild                              | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/fbida/fbida-2.14-r1.ebuild b/media-gfx/fbida/fbida-2.14-r2.ebuild
similarity index 98%
rename from media-gfx/fbida/fbida-2.14-r1.ebuild
rename to media-gfx/fbida/fbida-2.14-r2.ebuild
index 52d9b010ac6..fc24a8fba54 100644
--- a/media-gfx/fbida/fbida-2.14-r1.ebuild
+++ b/media-gfx/fbida/fbida-2.14-r2.ebuild
@@ -20,9 +20,9 @@ REQUIRED_USE="
 
 CDEPEND="
 	!media-gfx/fbi
-	app-text/poppler
 	>=media-libs/fontconfig-2.2
 	>=media-libs/freetype-2.0
+	app-text/poppler
 	media-libs/libepoxy
 	media-libs/libexif
 	media-libs/mesa[X(+)]
@@ -38,7 +38,7 @@ CDEPEND="
 	tiff? ( media-libs/tiff:* )
 	webp? ( media-libs/libwebp )
 	X? (
-		>=x11-libs/motif-2.3:0
+		>=x11-libs/motif-2.3:0[xft]
 		x11-libs/libX11
 		x11-libs/libXpm
 		x11-libs/libXt

diff --git a/media-gfx/fbida/fbida-9999.ebuild b/media-gfx/fbida/fbida-9999.ebuild
index ef3b13cbabc..b19668484cf 100644
--- a/media-gfx/fbida/fbida-9999.ebuild
+++ b/media-gfx/fbida/fbida-9999.ebuild
@@ -17,7 +17,7 @@ CDEPEND="
 	!media-gfx/fbi
 	>=media-libs/fontconfig-2.2
 	>=media-libs/freetype-2.0
-	>=x11-libs/motif-2.3:0
+	>=x11-libs/motif-2.3:0[xft]
 	app-text/poppler
 	media-libs/giflib:=
 	media-libs/libepoxy