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 A5DB91382C5 for ; Mon, 19 Apr 2021 19:31:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49FBFE0863; Mon, 19 Apr 2021 19:31:13 +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 02B53E0863 for ; Mon, 19 Apr 2021 19:31:13 +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 A5ED0340E5C for ; Mon, 19 Apr 2021 19:31:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 384E6706 for ; Mon, 19 Apr 2021 19:31:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618860631.1e86f730a0078e10fafb8708dd80e88cff0a3965.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/nitrogen/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild X-VCS-Directories: x11-misc/nitrogen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1e86f730a0078e10fafb8708dd80e88cff0a3965 X-VCS-Branch: master Date: Mon, 19 Apr 2021 19:31:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 886816a7-5d19-4012-a27d-df3e841f672e X-Archives-Hash: c76ef2d6ed004fa25ae3fb92a29842eb commit: 1e86f730a0078e10fafb8708dd80e88cff0a3965 Author: Sam James gentoo org> AuthorDate: Mon Apr 19 19:29:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 19 19:30:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e86f730 x11-misc/nitrogen: move pkgconfig dep for older EAPIs Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild b/x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild index 42004445724..52647c78a86 100644 --- a/x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild +++ b/x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild @@ -14,7 +14,6 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="nls xinerama" -BDEPEND="virtual/pkgconfig" RDEPEND=" >=dev-cpp/gtkmm-2.10:2.4 >=gnome-base/librsvg-2.20:2 @@ -23,6 +22,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + virtual/pkgconfig nls? ( sys-devel/gettext ) xinerama? ( x11-base/xorg-proto ) "