From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0D00913829C for ; Sat, 11 Jun 2016 10:07:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05DC525402A; Sat, 11 Jun 2016 10:07:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AC0B225402A for ; Sat, 11 Jun 2016 10:07:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6C1E4340906 for ; Sat, 11 Jun 2016 10:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9878B13FE for ; Sat, 11 Jun 2016 10:06:57 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1465639569.c9ba0bfc76fe3032a8bf192e9d526045c3ab4d52.pacho@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.1.ebuild X-VCS-Directories: media-libs/libdiscid/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c9ba0bfc76fe3032a8bf192e9d526045c3ab4d52 X-VCS-Branch: master Date: Sat, 11 Jun 2016 10:06:57 +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: f8c2e9a9-1523-4757-8d3b-e2a070f9fd6d X-Archives-Hash: 9cf7345293aa047747b8bfeefcf0f7b1 commit: c9ba0bfc76fe3032a8bf192e9d526045c3ab4d52 Author: Pacho Ramos gentoo org> AuthorDate: Sat Jun 11 10:06:09 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jun 11 10:06:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ba0bfc media-libs/libdiscid: x86 stable, bug #578932 Package-Manager: portage-2.3.0_rc1 media-libs/libdiscid/libdiscid-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libdiscid/libdiscid-0.6.1.ebuild b/media-libs/libdiscid/libdiscid-0.6.1.ebuild index 2d11220..23a671d 100644 --- a/media-libs/libdiscid/libdiscid-0.6.1.ebuild +++ b/media-libs/libdiscid/libdiscid-0.6.1.ebuild @@ -12,7 +12,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 )