Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mpg123-el/
Date: Sun, 05 Feb 2017 10:31:11
Message-Id: 1486290638.e75084ba0584cbdc1a24b137440f475ec1746bf4.ulm@gentoo
1 commit: e75084ba0584cbdc1a24b137440f475ec1746bf4
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 10:19:12 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 10:30:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75084ba
7
8 app-emacs/mpg123-el: Drop vorbis flag.
9
10 It only pulled a dependency but had no effect on the build.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 app-emacs/mpg123-el/mpg123-el-1.59.ebuild | 6 ++----
15 1 file changed, 2 insertions(+), 4 deletions(-)
16
17 diff --git a/app-emacs/mpg123-el/mpg123-el-1.59.ebuild b/app-emacs/mpg123-el/mpg123-el-1.59.ebuild
18 index 460ff88..2e11102 100644
19 --- a/app-emacs/mpg123-el/mpg123-el-1.59.ebuild
20 +++ b/app-emacs/mpg123-el/mpg123-el-1.59.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -13,11 +13,9 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
28 LICENSE="mpg123-el"
29 SLOT="0"
30 KEYWORDS="amd64 ppc x86"
31 -IUSE="vorbis"
32
33 RDEPEND="media-sound/mpg123
34 - media-sound/alsa-utils
35 - vorbis? ( media-sound/vorbis-tools )"
36 + media-sound/alsa-utils"
37
38 SITEFILE="50${PN}-gentoo.el"