From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-929527-garchives=archives.gentoo.org@lists.gentoo.org>
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 AF8E613908F
	for <garchives@archives.gentoo.org>; Sun,  5 Feb 2017 10:31:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AA063E0D34;
	Sun,  5 Feb 2017 10:31:08 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8C01BE0D31
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Feb 2017 10:31:08 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 315F234162D
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Feb 2017 10:31:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 424ED3DC4
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Feb 2017 10:31:05 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1486290638.e75084ba0584cbdc1a24b137440f475ec1746bf4.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mpg123-el/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emacs/mpg123-el/mpg123-el-1.59.ebuild
X-VCS-Directories: app-emacs/mpg123-el/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: e75084ba0584cbdc1a24b137440f475ec1746bf4
X-VCS-Branch: master
Date: Sun,  5 Feb 2017 10:31:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: a34783d3-5132-4554-b283-6c1c100bd41d
X-Archives-Hash: 3e6e5bcc0e2d3f5306b047c789a6bc00

commit:     e75084ba0584cbdc1a24b137440f475ec1746bf4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 10:19:12 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 10:30:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75084ba

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

 app-emacs/mpg123-el/mpg123-el-1.59.ebuild | 6 ++----
 1 file 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 460ff88..2e11102 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"