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 0E9EF1396D0 for ; Thu, 31 Aug 2017 15:18:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D550C1FC0AA; Thu, 31 Aug 2017 15:18:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AFF261FC0A7 for ; Thu, 31 Aug 2017 15:18:19 +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 4D4A3340DF9 for ; Thu, 31 Aug 2017 15:18:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA748892C for ; Thu, 31 Aug 2017 15:18:15 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1504192665.ce0a019fd00a75c7f1fd2bb18011e8845d835ba5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/taglib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/taglib/taglib-1.11.1-r1.ebuild X-VCS-Directories: media-libs/taglib/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ce0a019fd00a75c7f1fd2bb18011e8845d835ba5 X-VCS-Branch: master Date: Thu, 31 Aug 2017 15:18:15 +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: 4e38cdfd-87c1-4c00-8d6e-ba79736e5332 X-Archives-Hash: b7403c0a0dda66c3f2e1b26075424a06 commit: ce0a019fd00a75c7f1fd2bb18011e8845d835ba5 Author: Matt Turner gentoo org> AuthorDate: Thu Aug 31 15:17:23 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 31 15:17:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0a019f media-libs/taglib-1.11.1-r1: alpha stable, bug 627296 media-libs/taglib/taglib-1.11.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/taglib/taglib-1.11.1-r1.ebuild b/media-libs/taglib/taglib-1.11.1-r1.ebuild index c8d2fe4ce4a..452ccd55c92 100644 --- a/media-libs/taglib/taglib-1.11.1-r1.ebuild +++ b/media-libs/taglib/taglib-1.11.1-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://taglib.github.io/" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1 MPL-1.1" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" SLOT="0" IUSE="boost debug examples test"