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 CC8A8139085 for ; Thu, 29 Dec 2016 17:37:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50FAB21C038; Thu, 29 Dec 2016 17:37:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AC7C21C038 for ; Thu, 29 Dec 2016 17:37:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0688734166C for ; Thu, 29 Dec 2016 17:37:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71A2B24E0 for ; Thu, 29 Dec 2016 17:37:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1483033065.72ff175342b7b6356d8c7fefacfd85496ecc8580.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/ogre/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/ogre/ogre-1.9.0-r1.ebuild X-VCS-Directories: dev-games/ogre/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 72ff175342b7b6356d8c7fefacfd85496ecc8580 X-VCS-Branch: master Date: Thu, 29 Dec 2016 17:37:51 +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: 20c14733-f5c7-450d-8ead-452149b5eaa9 X-Archives-Hash: 10eb22ec3a8ffc4c9bb43292b0965a69 commit: 72ff175342b7b6356d8c7fefacfd85496ecc8580 Author: Lars Wendler gentoo org> AuthorDate: Thu Dec 29 17:33:00 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Dec 29 17:37:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ff1753 dev-games/ogre: Added sub-slot dependency for dev-libs/boost. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-games/ogre/ogre-1.9.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-games/ogre/ogre-1.9.0-r1.ebuild b/dev-games/ogre/ogre-1.9.0-r1.ebuild index 7488f4b..7936ffd 100644 --- a/dev-games/ogre/ogre-1.9.0-r1.ebuild +++ b/dev-games/ogre/ogre-1.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -38,7 +38,7 @@ RDEPEND=" x11-libs/libXaw x11-libs/libXrandr x11-libs/libXt - boost? ( dev-libs/boost ) + boost? ( dev-libs/boost:= ) cg? ( media-gfx/nvidia-cg-toolkit ) freeimage? ( media-libs/freeimage ) gles2? ( >=media-libs/mesa-9.0.0[gles2] )