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 B93F5138334 for ; Tue, 15 Jan 2019 22:10:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25065E0B30; Tue, 15 Jan 2019 22:10:36 +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 ED047E0B30 for ; Tue, 15 Jan 2019 22:10:35 +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 D8C76335D11 for ; Tue, 15 Jan 2019 22:10:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6C01526 for ; Tue, 15 Jan 2019 22:10:30 +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: <1547590214.d14f0b6b076a67e6e7b33313d0060454dfc3e4ee.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/netsurf-buildsystem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/netsurf-buildsystem/netsurf-buildsystem-1.7.ebuild X-VCS-Directories: dev-util/netsurf-buildsystem/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d14f0b6b076a67e6e7b33313d0060454dfc3e4ee X-VCS-Branch: master Date: Tue, 15 Jan 2019 22:10:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41b34462-7908-422f-9c49-ce232eaebbc8 X-Archives-Hash: 539b4fdbfcc0482e9c2d845eea283dee commit: d14f0b6b076a67e6e7b33313d0060454dfc3e4ee Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Jan 15 22:06:18 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Jan 15 22:10:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14f0b6b dev-util/netsurf-buildsystem: x86 stable (bug #674992) Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-util/netsurf-buildsystem/netsurf-buildsystem-1.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/netsurf-buildsystem/netsurf-buildsystem-1.7.ebuild b/dev-util/netsurf-buildsystem/netsurf-buildsystem-1.7.ebuild index f8dd03f986a..99c9acce4a5 100644 --- a/dev-util/netsurf-buildsystem/netsurf-buildsystem-1.7.ebuild +++ b/dev-util/netsurf-buildsystem/netsurf-buildsystem-1.7.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 @@ -10,7 +10,7 @@ SRC_URI="https://download.netsurf-browser.org/libs/releases/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~m68k-mint" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~m68k-mint" S="${WORKDIR}/${MY_P}"