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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6898C15808B for ; Fri, 15 Apr 2022 05:53:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88F65E088C; Fri, 15 Apr 2022 05:53:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35421E088C for ; Fri, 15 Apr 2022 05:53:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42CC8341843 for ; Fri, 15 Apr 2022 05:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7E253A9 for ; Fri, 15 Apr 2022 05:53:01 +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: <1650001972.7bd703f953fccbf2efc43964b73ae0cad21ea13f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/freeciv/freeciv-3.0.1.ebuild X-VCS-Directories: games-strategy/freeciv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7bd703f953fccbf2efc43964b73ae0cad21ea13f X-VCS-Branch: master Date: Fri, 15 Apr 2022 05:53: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d30f4d9-2abc-48b0-a31d-b5d1103c6c61 X-Archives-Hash: 6b23f04d3f0ab0317bb722eb3d069138 commit: 7bd703f953fccbf2efc43964b73ae0cad21ea13f Author: Sam James gentoo org> AuthorDate: Fri Apr 15 05:52:52 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 15 05:52:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd703f9 games-strategy/freeciv: move comment location Signed-off-by: Sam James gentoo.org> games-strategy/freeciv/freeciv-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/freeciv/freeciv-3.0.1.ebuild b/games-strategy/freeciv/freeciv-3.0.1.ebuild index 7ff9b9132dcd..ed4228f81246 100644 --- a/games-strategy/freeciv/freeciv-3.0.1.ebuild +++ b/games-strategy/freeciv/freeciv-3.0.1.ebuild @@ -25,6 +25,7 @@ IUSE="aimodules auth dedicated +gtk ipv6 mapimg modpack mysql nls qt5 readline s REQUIRED_USE="system-lua? ( ${LUA_REQUIRED_USE} )" +# postgres isn't yet really supported by upstream RDEPEND=" app-arch/bzip2 app-arch/xz-utils @@ -66,7 +67,6 @@ RDEPEND=" DEPEND="${RDEPEND} !dedicated? ( x11-base/xorg-proto ) " -# postgres isn't yet really supported by upstream BDEPEND=" virtual/pkgconfig !dedicated? ( nls? ( sys-devel/gettext ) )