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 AB4111396D9 for ; Mon, 4 Dec 2017 06:27:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6A0AE0F30; Mon, 4 Dec 2017 06:27:55 +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 A99ACE0F30 for ; Mon, 4 Dec 2017 06:27:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E660433BF43 for ; Mon, 4 Dec 2017 06:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B940ADCA for ; Mon, 4 Dec 2017 06:27:52 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1512368862.4c0ca0dba0b26d3213e523facb17cd16437ec9ec.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeorion/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/freeorion/Manifest games-strategy/freeorion/freeorion-0.4.7.1-r1.ebuild games-strategy/freeorion/freeorion-9999.ebuild X-VCS-Directories: games-strategy/freeorion/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 4c0ca0dba0b26d3213e523facb17cd16437ec9ec X-VCS-Branch: master Date: Mon, 4 Dec 2017 06:27:52 +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: 12fe7dc0-262f-4509-88fa-96ed3a0c8d55 X-Archives-Hash: f20d715fa403fde5deb86a4e3ed214a6 commit: 4c0ca0dba0b26d3213e523facb17cd16437ec9ec Author: NP-Hardass gentoo org> AuthorDate: Fri Dec 1 20:28:25 2017 +0000 Commit: NP Hardass gentoo org> CommitDate: Mon Dec 4 06:27:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0ca0db games-strategy/freeorion: Add subslot rebuild dep for boost Package-Manager: Portage-2.3.14, Repoman-2.3.6 games-strategy/freeorion/Manifest | 2 +- .../freeorion/{freeorion-9999.ebuild => freeorion-0.4.7.1-r1.ebuild} | 2 +- games-strategy/freeorion/freeorion-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games-strategy/freeorion/Manifest b/games-strategy/freeorion/Manifest index 2581ebd4455..ee95a9473b3 100644 --- a/games-strategy/freeorion/Manifest +++ b/games-strategy/freeorion/Manifest @@ -1 +1 @@ -DIST freeorion-0.4.7.1.tar.gz 105942075 SHA256 924a88464e92c14aa8f6722b57f702e07d43c7257cf272150c98bc3c1124a87e SHA512 9c8d0437ee827a1104a541e1123ce6b5d229bd6253bfe275028805a4c34de882ca3a9d5361e3f64098f935d0926a656a64fe468690c8d195e05de86cd1b2699d WHIRLPOOL 87b328364320221715b1dc16154a40299229990b8726a4053ba875ca4fdc6838c354cae7d93036fbe92003e2f2158b9325715e20488e8af7c22723924ce3eec1 +DIST freeorion-0.4.7.1.tar.gz 105942075 BLAKE2B f75940ac79e329fd7e03e85b1cd712ff6dcf06583ad8feff43f8b2d6e28a53c9029724d1450d26d2367bafd1d04858e3659b8e47986df96657d91526f594eb5e SHA512 9c8d0437ee827a1104a541e1123ce6b5d229bd6253bfe275028805a4c34de882ca3a9d5361e3f64098f935d0926a656a64fe468690c8d195e05de86cd1b2699d diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-0.4.7.1-r1.ebuild similarity index 97% copy from games-strategy/freeorion/freeorion-9999.ebuild copy to games-strategy/freeorion/freeorion-0.4.7.1-r1.ebuild index 1be8614838d..d0d5447656d 100644 --- a/games-strategy/freeorion/freeorion-9999.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.7.1-r1.ebuild @@ -24,7 +24,7 @@ SLOT="0" IUSE="" RDEPEND=" - >=dev-libs/boost-1.56[python,threads] + >=dev-libs/boost-1.56:=[python,threads] media-libs/freealut media-libs/freetype media-libs/glew:* diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-9999.ebuild index 1be8614838d..d0d5447656d 100644 --- a/games-strategy/freeorion/freeorion-9999.ebuild +++ b/games-strategy/freeorion/freeorion-9999.ebuild @@ -24,7 +24,7 @@ SLOT="0" IUSE="" RDEPEND=" - >=dev-libs/boost-1.56[python,threads] + >=dev-libs/boost-1.56:=[python,threads] media-libs/freealut media-libs/freetype media-libs/glew:*