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 9203C138334 for ; Tue, 28 Aug 2018 18:42:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F770E0801; Tue, 28 Aug 2018 18:42:04 +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 556B2E0801 for ; Tue, 28 Aug 2018 18:42:03 +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 410BF33BEA5 for ; Tue, 28 Aug 2018 18:42:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 140C03BA for ; Tue, 28 Aug 2018 18:42:00 +0000 (UTC) From: "Sergei Trofimovich" 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" Message-ID: <1535481714.9bb2a8bd6e85124a6f26386cf26ea9b7da6c6844.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librevenge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/librevenge/librevenge-0.0.4-r1.ebuild X-VCS-Directories: dev-libs/librevenge/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 9bb2a8bd6e85124a6f26386cf26ea9b7da6c6844 X-VCS-Branch: master Date: Tue, 28 Aug 2018 18:42:00 +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: cfd78caf-52cd-47a6-9220-c39a9018edbb X-Archives-Hash: 0dfe71939aefc43901f016f1635831d3 commit: 9bb2a8bd6e85124a6f26386cf26ea9b7da6c6844 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Aug 28 16:56:25 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 28 18:41:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb2a8bd dev-libs/librevenge: keyworded 0.0.4-r1 for sparc, bug #550040 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc" dev-libs/librevenge/librevenge-0.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild b/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild index 41207196a52..fa647a54161 100644 --- a/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild +++ b/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 autotools else SRC_URI="https://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 x86 ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" fi LICENSE="|| ( MPL-2.0 LGPL-2.1 )"