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 A0111138334 for ; Sat, 18 Aug 2018 02:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB9B9E0870; Sat, 18 Aug 2018 02:49:38 +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 94CDAE0870 for ; Sat, 18 Aug 2018 02:49:38 +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 6134A335D41 for ; Sat, 18 Aug 2018 02:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF1E63AE for ; Sat, 18 Aug 2018 02:49:33 +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: <1534560567.4b64d36c55698a0148a7a9b227074b48c34d6dc6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libart_lgpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild X-VCS-Directories: media-libs/libart_lgpl/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4b64d36c55698a0148a7a9b227074b48c34d6dc6 X-VCS-Branch: master Date: Sat, 18 Aug 2018 02:49:33 +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: 3259e1da-7142-4fd0-93f8-ba3c0d9b29ff X-Archives-Hash: 6513ca42e0b3ee5215e2ee7c0f037bef commit: 4b64d36c55698a0148a7a9b227074b48c34d6dc6 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Aug 18 02:46:28 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Aug 18 02:49:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b64d36c media-libs/libart_lgpl: mark s390 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild b/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild index a46b6bcf638..366c468a90f 100644 --- a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild +++ b/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.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 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.levien.com/libart" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=""