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 566491382C5 for ; Fri, 18 Jun 2021 19:18:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FC16E083E; Fri, 18 Jun 2021 19:18:18 +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 87977E083E for ; Fri, 18 Jun 2021 19:18:18 +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 ACF4C340AB6 for ; Fri, 18 Jun 2021 19:18:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EF787A4 for ; Fri, 18 Jun 2021 19:18:15 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1624043804.e5dd9b8fb6343aa09f2bf661291bf072d160785c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wesnoth/wesnoth-1.14.14-r1.ebuild games-strategy/wesnoth/wesnoth-1.14.14.ebuild games-strategy/wesnoth/wesnoth-1.15.12-r1.ebuild games-strategy/wesnoth/wesnoth-1.15.12.ebuild X-VCS-Directories: games-strategy/wesnoth/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e5dd9b8fb6343aa09f2bf661291bf072d160785c X-VCS-Branch: master Date: Fri, 18 Jun 2021 19:18:15 +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: b38ee988-d37d-4d74-b3e8-c55d5c9094e4 X-Archives-Hash: 2b8f8fe446a6a771ae39d23d9c691768 commit: e5dd9b8fb6343aa09f2bf661291bf072d160785c Author: David Seifert gentoo org> AuthorDate: Fri Jun 18 19:16:44 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 18 19:16:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5dd9b8f games-strategy/wesnoth: Depend on dev-libs/boost:=[threads(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> .../wesnoth/{wesnoth-1.14.14.ebuild => wesnoth-1.14.14-r1.ebuild} | 2 +- .../wesnoth/{wesnoth-1.15.12.ebuild => wesnoth-1.15.12-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-strategy/wesnoth/wesnoth-1.14.14.ebuild b/games-strategy/wesnoth/wesnoth-1.14.14-r1.ebuild similarity index 98% rename from games-strategy/wesnoth/wesnoth-1.14.14.ebuild rename to games-strategy/wesnoth/wesnoth-1.14.14-r1.ebuild index 925a360324c..4350dcbc1a9 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.14.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.14-r1.ebuild @@ -21,7 +21,7 @@ IUSE="dbus dedicated doc fribidi nls server" RDEPEND=" acct-group/wesnoth acct-user/wesnoth - >=dev-libs/boost-1.50:=[nls,threads,icu] + >=dev-libs/boost-1.50:=[nls,threads(+),icu] >=media-libs/libsdl2-2.0.4:0[joystick,video,X] !dedicated? ( dev-libs/glib:2 diff --git a/games-strategy/wesnoth/wesnoth-1.15.12.ebuild b/games-strategy/wesnoth/wesnoth-1.15.12-r1.ebuild similarity index 98% rename from games-strategy/wesnoth/wesnoth-1.15.12.ebuild rename to games-strategy/wesnoth/wesnoth-1.15.12-r1.ebuild index 420f1980fb1..8c511175a73 100644 --- a/games-strategy/wesnoth/wesnoth-1.15.12.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.15.12-r1.ebuild @@ -21,7 +21,7 @@ IUSE="dbus dedicated doc nls server" RDEPEND=" acct-group/wesnoth acct-user/wesnoth - >=dev-libs/boost-1.50:=[nls,threads,icu] + >=dev-libs/boost-1.50:=[nls,threads(+),icu] >=media-libs/libsdl2-2.0.4:0[joystick,video,X] !dedicated? ( dev-libs/glib:2