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 E889B13835A for ; Mon, 19 Apr 2021 19:31:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9128FE085A; Mon, 19 Apr 2021 19:31:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 61B22E085A for ; Mon, 19 Apr 2021 19:31:12 +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 0331C340E1C for ; Mon, 19 Apr 2021 19:31:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF0A16BD for ; Mon, 19 Apr 2021 19:31:05 +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: <1618860626.6fde93f6b8cbaf7e30938fe256b772c0134c1f72.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pioneers/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/pioneers/pioneers-15.5.ebuild X-VCS-Directories: games-board/pioneers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6fde93f6b8cbaf7e30938fe256b772c0134c1f72 X-VCS-Branch: master Date: Mon, 19 Apr 2021 19:31:05 +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: ae6c754b-ce4d-491a-baef-6ae0f8af26db X-Archives-Hash: 11455f38414a1937949669f0bec58e6f commit: 6fde93f6b8cbaf7e30938fe256b772c0134c1f72 Author: Sam James gentoo org> AuthorDate: Mon Apr 19 19:29:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 19 19:30:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fde93f6 games-board/pioneers: move pkgconfig dep for older EAPIs Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> games-board/pioneers/pioneers-15.5.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/games-board/pioneers/pioneers-15.5.ebuild b/games-board/pioneers/pioneers-15.5.ebuild index afd322eae4c..bb0f050eb11 100644 --- a/games-board/pioneers/pioneers-15.5.ebuild +++ b/games-board/pioneers/pioneers-15.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,11 +23,12 @@ RDEPEND=" help? ( app-text/yelp-tools ) ) nls? ( virtual/libintl )" -DEPEND="${RDEPEND}" -BDEPEND=" +DEPEND=" + ${RDEPEND} dev-util/gob:2 virtual/pkgconfig - nls? ( sys-devel/gettext )" + nls? ( sys-devel/gettext ) +" DOCS=( AUTHORS ChangeLog README TODO NEWS )