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 837691396D9 for ; Thu, 19 Oct 2017 08:19:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2375E0BFA; Thu, 19 Oct 2017 08:19:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AF1A7E0BFA for ; Thu, 19 Oct 2017 08:19:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 80CDB33BF1C for ; Thu, 19 Oct 2017 08:19:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5B05310 for ; Thu, 19 Oct 2017 08:19:15 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1508401141.47de4d97bac57b828af4be62f4118a7007e9af8a.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/faac/faac-1.29.8.ebuild X-VCS-Directories: media-libs/faac/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 47de4d97bac57b828af4be62f4118a7007e9af8a X-VCS-Branch: master Date: Thu, 19 Oct 2017 08:19:15 +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: 18fd4915-88c9-419a-b8aa-491231de1b55 X-Archives-Hash: 4d3e41caa1ca9bac6b4be72989496def commit: 47de4d97bac57b828af4be62f4118a7007e9af8a Author: Jeroen Roovers gentoo org> AuthorDate: Thu Oct 19 08:18:15 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Oct 19 08:19:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47de4d97 media-libs/faac: Remove IUSE=digitalradio (bug #634754). Package-Manager: Portage-2.3.11, Repoman-2.3.3 media-libs/faac/faac-1.29.8.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-libs/faac/faac-1.29.8.ebuild b/media-libs/faac/faac-1.29.8.ebuild index 4dfb024938e..384836d70d7 100644 --- a/media-libs/faac/faac-1.29.8.ebuild +++ b/media-libs/faac/faac-1.29.8.ebuild @@ -12,9 +12,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1 MPEG-4" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="digitalradio static-libs" +IUSE="static-libs" -RDEPEND="" DEPEND="${RDEPEND}" DOCS=( AUTHORS ChangeLog NEWS README TODO ) @@ -29,7 +28,6 @@ src_prepare() { multilib_src_configure() { local myconf=( - $(use_enable digitalradio drm) $(use_enable static-libs static) )