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 8157E138334 for ; Sun, 28 Apr 2019 22:06:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD9C3E08AD; Sun, 28 Apr 2019 22:06:07 +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 8C9B6E08A8 for ; Sun, 28 Apr 2019 22:06:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 664F3342BE8 for ; Sun, 28 Apr 2019 22:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7809E5D7 for ; Sun, 28 Apr 2019 22:06:03 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1556489106.f6f6ee2511b7e7f96e780095d630a864afc113f1.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdiscid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libdiscid/libdiscid-0.6.2.ebuild X-VCS-Directories: media-libs/libdiscid/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f6f6ee2511b7e7f96e780095d630a864afc113f1 X-VCS-Branch: master Date: Sun, 28 Apr 2019 22:06:03 +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: 4cc0228f-a092-4047-9cba-6996c9752971 X-Archives-Hash: 08fef946595d7e67d272afe900e88b14 commit: f6f6ee2511b7e7f96e780095d630a864afc113f1 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Apr 28 21:56:44 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Apr 28 22:05:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f6ee25 media-libs/libdiscid: x86 stable (bug #681386) Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> media-libs/libdiscid/libdiscid-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libdiscid/libdiscid-0.6.2.ebuild b/media-libs/libdiscid/libdiscid-0.6.2.ebuild index 12e8b233e9c..89025634633 100644 --- a/media-libs/libdiscid/libdiscid-0.6.2.ebuild +++ b/media-libs/libdiscid/libdiscid-0.6.2.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" DOCS=( AUTHORS ChangeLog examples/discid.c README )