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 1429F1382C5 for ; Sun, 28 Jan 2018 14:12:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76FAAE0D77; Sun, 28 Jan 2018 14:12:00 +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 574D8E0D77 for ; Sun, 28 Jan 2018 14:12:00 +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 48B8D335C0B for ; Sun, 28 Jan 2018 14:11:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CA281A4 for ; Sun, 28 Jan 2018 14:11:58 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1517148713.94972251cc687f0cdba3acc2e3ae54cff4377d91.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/Field3D/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/Field3D/Field3D-1.7.2.ebuild X-VCS-Directories: media-libs/Field3D/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 94972251cc687f0cdba3acc2e3ae54cff4377d91 X-VCS-Branch: master Date: Sun, 28 Jan 2018 14:11:58 +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: 92ba0b19-7725-4c81-bb27-b82ed379e1d5 X-Archives-Hash: b4c617f880eb1edd2b63af02a2b97189 commit: 94972251cc687f0cdba3acc2e3ae54cff4377d91 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jan 28 14:11:17 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jan 28 14:11:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94972251 media-libs/Field3D: amd64 stable wrt bug #642278 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-libs/Field3D/Field3D-1.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/Field3D/Field3D-1.7.2.ebuild b/media-libs/Field3D/Field3D-1.7.2.ebuild index 780a06db52e..2238a60f864 100644 --- a/media-libs/Field3D/Field3D-1.7.2.ebuild +++ b/media-libs/Field3D/Field3D-1.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/imageworks/Field3D/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND=" >=dev-libs/boost-1.62:=