diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-05 11:19:12 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-05 11:30:38 +0100 |
commit | e75084ba0584cbdc1a24b137440f475ec1746bf4 (patch) | |
tree | 00b539a30527e564e8f3a49d025a0f370cd76ccb /app-emacs/mpg123-el | |
parent | app-emacs/mpg123-el: Remove old. (diff) | |
download | gentoo-e75084ba0584cbdc1a24b137440f475ec1746bf4.tar.gz gentoo-e75084ba0584cbdc1a24b137440f475ec1746bf4.tar.bz2 gentoo-e75084ba0584cbdc1a24b137440f475ec1746bf4.zip |
app-emacs/mpg123-el: Drop vorbis flag.
It only pulled a dependency but had no effect on the build.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emacs/mpg123-el')
-rw-r--r-- | app-emacs/mpg123-el/mpg123-el-1.59.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-emacs/mpg123-el/mpg123-el-1.59.ebuild b/app-emacs/mpg123-el/mpg123-el-1.59.ebuild index 460ff885b508..2e111021404b 100644 --- a/app-emacs/mpg123-el/mpg123-el-1.59.ebuild +++ b/app-emacs/mpg123-el/mpg123-el-1.59.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,11 +13,9 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" LICENSE="mpg123-el" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="vorbis" RDEPEND="media-sound/mpg123 - media-sound/alsa-utils - vorbis? ( media-sound/vorbis-tools )" + media-sound/alsa-utils" SITEFILE="50${PN}-gentoo.el" |