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 CAA14138336 for ; Fri, 22 Jun 2018 10:15:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD9B4E07EC; Fri, 22 Jun 2018 10:15:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 81A8FE07EC for ; Fri, 22 Jun 2018 10:15:26 +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 15DE4335C9A for ; Fri, 22 Jun 2018 10:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DF562E9 for ; Fri, 22 Jun 2018 10:15:23 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1529662513.8b4ea3155e4cb7cea38c21b3d73b2cc236241b27.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libwebp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libwebp/libwebp-0.5.2.ebuild X-VCS-Directories: media-libs/libwebp/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8b4ea3155e4cb7cea38c21b3d73b2cc236241b27 X-VCS-Branch: master Date: Fri, 22 Jun 2018 10:15:23 +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: 29dfbc18-a5ce-4666-9464-0181d78ad023 X-Archives-Hash: 55dcfee384cae1f65deefadeaadc4c85 commit: 8b4ea3155e4cb7cea38c21b3d73b2cc236241b27 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jun 22 10:06:48 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jun 22 10:15:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4ea315 media-libs/libwebp: mark s390 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/libwebp/libwebp-0.5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libwebp/libwebp-0.5.2.ebuild b/media-libs/libwebp/libwebp-0.5.2.ebuild index 8c11d2607ec..afda0169dee 100644 --- a/media-libs/libwebp/libwebp-0.5.2.ebuild +++ b/media-libs/libwebp/libwebp-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="http://downloads.webmproject.org/releases/webp/${P}.tar.gz" LICENSE="BSD" SLOT="0/6" # subslot = libwebp soname version -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint" IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 experimental gif +jpeg neon opengl +png static-libs swap-16bit-csp tiff" # TODO: dev-lang/swig bindings in swig/ subdirectory