From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 4C38C138334 for ; Mon, 24 Sep 2018 07:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 361C6E086E; Mon, 24 Sep 2018 07:18:05 +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 0EC90E086E for ; Mon, 24 Sep 2018 07:18:05 +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 96ADD335C9F for ; Mon, 24 Sep 2018 07:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73A913B2 for ; Mon, 24 Sep 2018 07:18:01 +0000 (UTC) From: "Jeroen Roovers" 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" Message-ID: <1537773452.b33308d3f7b6961c4125fea3cb59eccd94f56131.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXaw3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild X-VCS-Directories: x11-libs/libXaw3d/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b33308d3f7b6961c4125fea3cb59eccd94f56131 X-VCS-Branch: master Date: Mon, 24 Sep 2018 07:18:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 328277c6-c772-4b5b-99bb-ff5ee594d868 X-Archives-Hash: c026a4bf8a4cd48ebe68c5b073c7d2a1 commit: b33308d3f7b6961c4125fea3cb59eccd94f56131 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Sep 24 07:17:32 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Sep 24 07:17:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33308d3 x11-libs/libXaw3d: Conditionally depend on x11-libs/libXpm Closes: https://bugs.gentoo.org/666788 Package-Manager: Portage-2.3.49, Repoman-2.3.11 x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild index 6c0ce94257c..0ddf27934b0 100644 --- a/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild +++ b/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild @@ -12,7 +12,8 @@ IUSE="unicode xpm" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXmu - x11-libs/libXt" + x11-libs/libXt + xpm? ( x11-libs/libXpm )" DEPEND="${RDEPEND} sys-devel/flex virtual/yacc