From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 C778E1382C5 for ; Thu, 25 Jan 2018 14:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4A4DE0993; Thu, 25 Jan 2018 14:41:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90252E098F for ; Thu, 25 Jan 2018 14:41:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A013335C38 for ; Thu, 25 Jan 2018 14:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E62071D0 for ; Thu, 25 Jan 2018 14:41:46 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1516891296.0dfdbccb9832a2128b38a592b1b533266a3bf587.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/kid3/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/kid3/kid3-3.5.1.ebuild X-VCS-Directories: media-sound/kid3/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0dfdbccb9832a2128b38a592b1b533266a3bf587 X-VCS-Branch: master Date: Thu, 25 Jan 2018 14:41:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 48c49907-b512-4da8-9cba-95e7164f9d45 X-Archives-Hash: 2ef30da2cbb126285cf0bdf0fc43700a commit: 0dfdbccb9832a2128b38a592b1b533266a3bf587 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jan 25 14:36:42 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jan 25 14:41:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfdbccb media-sound/kid3: stabilise 3.5.1 for amd64/x86 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-sound/kid3/kid3-3.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/kid3/kid3-3.5.1.ebuild b/media-sound/kid3/kid3-3.5.1.ebuild index 98825f9596a..a2e641496a1 100644 --- a/media-sound/kid3/kid3-3.5.1.ebuild +++ b/media-sound/kid3/kid3-3.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="5" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="acoustid flac kde mp3 mp4 +taglib vorbis" REQUIRED_USE="flac? ( vorbis )"