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 F3CA3138330 for ; Thu, 15 Sep 2016 16:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02966E09C5; Thu, 15 Sep 2016 16:32:22 +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 149E7E09C5 for ; Thu, 15 Sep 2016 16:32:21 +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 0BF59340988 for ; Thu, 15 Sep 2016 16:32:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFBED2479 for ; Thu, 15 Sep 2016 16:32:17 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1473957131.b7ccd24ebee79e5f75e7acccc1174bda94fd6402.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gpac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gpac/gpac-0.6.1-r1.ebuild media-video/gpac/gpac-0.6.1.ebuild X-VCS-Directories: media-video/gpac/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b7ccd24ebee79e5f75e7acccc1174bda94fd6402 X-VCS-Branch: master Date: Thu, 15 Sep 2016 16:32:17 +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: 23853de1-6646-4161-87e3-f4131f743350 X-Archives-Hash: 922a2db583428702dc2b20c8d5e68982 commit: b7ccd24ebee79e5f75e7acccc1174bda94fd6402 Author: Alexis Ballier gentoo org> AuthorDate: Thu Sep 15 16:32:03 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Sep 15 16:32:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ccd24e media-video/gpac: fix automagic on libgl Package-Manager: portage-2.3.0 media-video/gpac/{gpac-0.6.1.ebuild => gpac-0.6.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/gpac/gpac-0.6.1.ebuild b/media-video/gpac/gpac-0.6.1-r1.ebuild similarity index 97% rename from media-video/gpac/gpac-0.6.1.ebuild rename to media-video/gpac/gpac-0.6.1-r1.ebuild index 55f59ff..566713a 100644 --- a/media-video/gpac/gpac-0.6.1.ebuild +++ b/media-video/gpac/gpac-0.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -84,7 +84,7 @@ src_configure() { $(use_enable debug) \ $(use_enable ipv6) \ $(use_enable jack jack yes) \ - $(use_enable opengl) \ + $(use_enable opengl 3d) \ $(use_enable oss oss-audio) \ $(use_enable pulseaudio pulseaudio yes) \ $(use_enable sdl) \