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 6557F13835A for ; Fri, 5 Feb 2021 10:41:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69887E09A2; Fri, 5 Feb 2021 10:41:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 523A4E09A2 for ; Fri, 5 Feb 2021 10:41:01 +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 DE29A342CCF for ; Fri, 5 Feb 2021 10:40:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B0714BF for ; Fri, 5 Feb 2021 10:40:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612521616.725f18a401facd540949cf7f6c32e1b45a05a247.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytaglib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytaglib/pytaglib-1.4.6.ebuild X-VCS-Directories: dev-python/pytaglib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 725f18a401facd540949cf7f6c32e1b45a05a247 X-VCS-Branch: master Date: Fri, 5 Feb 2021 10:40:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 627da91a-d1a4-40ce-98a3-53a1916e43a4 X-Archives-Hash: f6e6d24063c1fbce776542b54ae5baf9 commit: 725f18a401facd540949cf7f6c32e1b45a05a247 Author: Sam James gentoo org> AuthorDate: Fri Feb 5 10:40:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 5 10:40:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725f18a4 dev-python/pytaglib: Stabilize 1.4.6 amd64, #768588 Signed-off-by: Sam James gentoo.org> dev-python/pytaglib/pytaglib-1.4.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytaglib/pytaglib-1.4.6.ebuild b/dev-python/pytaglib/pytaglib-1.4.6.ebuild index dc984032ab9..a8248a9f0ea 100644 --- a/dev-python/pytaglib/pytaglib-1.4.6.ebuild +++ b/dev-python/pytaglib/pytaglib-1.4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/supermihi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" RDEPEND="media-libs/taglib"