media-libs/faac: Remove IUSE=digitalradio (bug #634754).
authorJeroen Roovers <jer@gentoo.org>
Thu, 19 Oct 2017 08:18:15 +0000 (10:18 +0200)
committerJeroen Roovers <jer@gentoo.org>
Thu, 19 Oct 2017 08:19:01 +0000 (10:19 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

media-libs/faac/faac-1.29.8.ebuild

index 4dfb024938ef2c427e6dce00700d0f09d5888668..384836d70d7c11286d060c6608516c1bcaaf671f 100644 (file)
@@ -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)
        )