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 18C3C138334 for ; Sun, 11 Nov 2018 13:08:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3864E0DC9; Sun, 11 Nov 2018 13:07:59 +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 BBE74E0DC9 for ; Sun, 11 Nov 2018 13:07:59 +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 BE29B335CFE for ; Sun, 11 Nov 2018 13:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B6F0466 for ; Sun, 11 Nov 2018 13:07:57 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1541941639.12fca6c56f04f9ae45dc3ff705ca9157e8f7a0b2.pacho@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.31-r1.ebuild X-VCS-Directories: dev-libs/libowfat/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 12fca6c56f04f9ae45dc3ff705ca9157e8f7a0b2 X-VCS-Branch: master Date: Sun, 11 Nov 2018 13:07:57 +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: 0b104789-045b-4153-90a9-784a7c60769f X-Archives-Hash: 5c0470f51102862e747963e6efd52f62 commit: 12fca6c56f04f9ae45dc3ff705ca9157e8f7a0b2 Author: Pacho Ramos gentoo org> AuthorDate: Sun Nov 11 11:43:42 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Nov 11 13:07:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fca6c5 dev-libs/libowfat: dietlibc doesn't build on sparc for years Bug: https://bugs.gentoo.org/639728 Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/libowfat/libowfat-0.31-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libowfat/libowfat-0.31-r1.ebuild b/dev-libs/libowfat/libowfat-0.31-r1.ebuild index 9bd8cf6f80a..f0993d6aaea 100644 --- a/dev-libs/libowfat/libowfat-0.31-r1.ebuild +++ b/dev-libs/libowfat/libowfat-0.31-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ HOMEPAGE="https://www.fefe.de/libowfat/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa sparc x86" +KEYWORDS="amd64 hppa x86" IUSE="diet" RDEPEND="diet? ( >=dev-libs/dietlibc-0.33_pre20090721 )"