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 AEC561382C5 for ; Mon, 19 Feb 2018 16:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C47F2E0AB8; Mon, 19 Feb 2018 16:57:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A7391E0AB8 for ; Mon, 19 Feb 2018 16:57:18 +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 B83B0335C2A for ; Mon, 19 Feb 2018 16:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49323233 for ; Mon, 19 Feb 2018 16:57:16 +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: <1519059312.0a5bf2eeca7f1dff03bc0e89015c8ecf490c700a.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libogg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libogg/libogg-1.3.3.ebuild X-VCS-Directories: media-libs/libogg/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0a5bf2eeca7f1dff03bc0e89015c8ecf490c700a X-VCS-Branch: master Date: Mon, 19 Feb 2018 16:57:16 +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: 250302e5-8f31-4cd2-8a70-113ace5f1a1d X-Archives-Hash: 66d195630ffdb8d0d9ea6e618053a89e commit: 0a5bf2eeca7f1dff03bc0e89015c8ecf490c700a Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Feb 19 16:55:12 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Feb 19 16:55:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5bf2ee media-libs/libogg: x86 stable (bug #648066) Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-libs/libogg/libogg-1.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libogg/libogg-1.3.3.ebuild b/media-libs/libogg/libogg-1.3.3.ebuild index 07fa003bdb7..7aa7d07e80f 100644 --- a/media-libs/libogg/libogg-1.3.3.ebuild +++ b/media-libs/libogg/libogg-1.3.3.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://downloads.xiph.org/releases/ogg/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" DOCS=( AUTHORS CHANGES )