Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/
Date: Thu, 19 Oct 2017 08:19:19
Message-Id: 1508401141.47de4d97bac57b828af4be62f4118a7007e9af8a.jer@gentoo
1 commit: 47de4d97bac57b828af4be62f4118a7007e9af8a
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 19 08:18:15 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 19 08:19:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47de4d97
7
8 media-libs/faac: Remove IUSE=digitalradio (bug #634754).
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 media-libs/faac/faac-1.29.8.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/media-libs/faac/faac-1.29.8.ebuild b/media-libs/faac/faac-1.29.8.ebuild
16 index 4dfb024938e..384836d70d7 100644
17 --- a/media-libs/faac/faac-1.29.8.ebuild
18 +++ b/media-libs/faac/faac-1.29.8.ebuild
19 @@ -12,9 +12,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
20 LICENSE="LGPL-2.1 MPEG-4"
21 SLOT="0"
22 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"
23 -IUSE="digitalradio static-libs"
24 +IUSE="static-libs"
25
26 -RDEPEND=""
27 DEPEND="${RDEPEND}"
28 DOCS=( AUTHORS ChangeLog NEWS README TODO )
29
30 @@ -29,7 +28,6 @@ src_prepare() {
31
32 multilib_src_configure() {
33 local myconf=(
34 - $(use_enable digitalradio drm)
35 $(use_enable static-libs static)
36 )