From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-829609-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D8CD51385B3 for <garchives@archives.gentoo.org>; Sat, 22 Aug 2015 09:30:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E649414231; Sat, 22 Aug 2015 09:29:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D61E14231 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Aug 2015 09:29:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40D60340A08 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Aug 2015 09:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 690F0160 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Aug 2015 09:29:56 +0000 (UTC) From: "Alexis Ballier" <aballier@gentoo.org> 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" <aballier@gentoo.org> Message-ID: <1440235661.4e6cd1f8a40eb2ba48f346901fb92834b0a1de8e.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.5.2.ebuild media-video/gpac/gpac-9999.ebuild X-VCS-Directories: media-video/gpac/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4e6cd1f8a40eb2ba48f346901fb92834b0a1de8e X-VCS-Branch: master Date: Sat, 22 Aug 2015 09:29:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8df6ed8d-adaa-4c96-8973-aa75b7386da8 X-Archives-Hash: 66bf5d756b32df8347c5f9a7f59e26ba commit: 4e6cd1f8a40eb2ba48f346901fb92834b0a1de8e Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Sat Aug 22 09:27:41 2015 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Sat Aug 22 09:27:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6cd1f8 media-video/gpac: fix ebuild.minorsyn Package-Manager: portage-2.2.20.1 media-video/gpac/gpac-0.5.2.ebuild | 1 - media-video/gpac/gpac-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-video/gpac/gpac-0.5.2.ebuild b/media-video/gpac/gpac-0.5.2.ebuild index 19d06af..14c43be 100644 --- a/media-video/gpac/gpac-0.5.2.ebuild +++ b/media-video/gpac/gpac-0.5.2.ebuild @@ -22,7 +22,6 @@ LICENSE="GPL-2" SLOT="0" IUSE="a52 aac alsa debug dvb ffmpeg ipv6 jack jpeg jpeg2k mad opengl oss png pulseaudio sdl ssl static-libs theora truetype vorbis xml xvid" - RDEPEND=" a52? ( media-libs/a52dec ) aac? ( >=media-libs/faad2-2.0 ) diff --git a/media-video/gpac/gpac-9999.ebuild b/media-video/gpac/gpac-9999.ebuild index 2c15ff5..fb000a1 100644 --- a/media-video/gpac/gpac-9999.ebuild +++ b/media-video/gpac/gpac-9999.ebuild @@ -22,7 +22,6 @@ LICENSE="GPL-2" SLOT="0" IUSE="a52 aac alsa debug dvb ffmpeg ipv6 jack jpeg jpeg2k mad opengl oss png pulseaudio sdl ssl static-libs theora truetype vorbis xml xvid" - RDEPEND=" a52? ( media-libs/a52dec ) aac? ( >=media-libs/faad2-2.0 )