From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1082796-garchives=archives.gentoo.org@lists.gentoo.org> 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 3923B138334 for <garchives@archives.gentoo.org>; Wed, 10 Apr 2019 22:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61CCDE088B; Wed, 10 Apr 2019 22:03:35 +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 3685DE088B for <gentoo-commits@lists.gentoo.org>; Wed, 10 Apr 2019 22:03:35 +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 080D7340CB1 for <gentoo-commits@lists.gentoo.org>; Wed, 10 Apr 2019 22:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A4BB5A4 for <gentoo-commits@lists.gentoo.org>; Wed, 10 Apr 2019 22:03:31 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org> Message-ID: <1554933794.310f940851ca19b8afa86988585cdc7d0139f715.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libowfat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libowfat/libowfat-0.32-r1.ebuild X-VCS-Directories: dev-libs/libowfat/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 310f940851ca19b8afa86988585cdc7d0139f715 X-VCS-Branch: master Date: Wed, 10 Apr 2019 22:03:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0416e516-5446-4ed4-8d97-85e4d3faf385 X-Archives-Hash: f97823e3aa811f153c0961f79ebd5fcd commit: 310f940851ca19b8afa86988585cdc7d0139f715 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de> AuthorDate: Wed Apr 10 19:56:44 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Wed Apr 10 22:03:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310f9408 dev-libs/libowfat: keyworded 0.32-r1 for sparc Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-libs/libowfat/libowfat-0.32-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libowfat/libowfat-0.32-r1.ebuild b/dev-libs/libowfat/libowfat-0.32-r1.ebuild index 116551cefe1..22437a7a7a7 100644 --- a/dev-libs/libowfat/libowfat-0.32-r1.ebuild +++ b/dev-libs/libowfat/libowfat-0.32-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,7 +11,7 @@ HOMEPAGE="https://www.fefe.de/libowfat/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" IUSE="diet" RDEPEND="diet? ( >=dev-libs/dietlibc-0.33_pre20090721 )"