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 D9766139086 for ; Wed, 21 Dec 2016 17:28:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 509132241CC; Wed, 21 Dec 2016 17:28:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 305352241CC for ; Wed, 21 Dec 2016 17:28:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74CD33412B7 for ; Wed, 21 Dec 2016 17:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD03324E9 for ; Wed, 21 Dec 2016 17:28:17 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1482341291.8ed4075a2e3f1ad1da47668b9574f1492e23b4ab.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libodfgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libodfgen/libodfgen-0.1.6.ebuild X-VCS-Directories: app-text/libodfgen/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 8ed4075a2e3f1ad1da47668b9574f1492e23b4ab X-VCS-Branch: master Date: Wed, 21 Dec 2016 17:28:17 +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: b7d22800-dac1-4cd3-be22-2eed3a81f23a X-Archives-Hash: 3818c8bdc7d5ecc02c05634e6fd98c5f commit: 8ed4075a2e3f1ad1da47668b9574f1492e23b4ab Author: Tobias Klausmann gentoo org> AuthorDate: Wed Dec 21 16:42:21 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Dec 21 17:28:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed4075a app-text/libodfgen-0.1.6-r0: stable on amd64 Gentoo-Bug: 601232 app-text/libodfgen/libodfgen-0.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libodfgen/libodfgen-0.1.6.ebuild b/app-text/libodfgen/libodfgen-0.1.6.ebuild index 29f334a..72e7fc6 100644 --- a/app-text/libodfgen/libodfgen-0.1.6.ebuild +++ b/app-text/libodfgen/libodfgen-0.1.6.ebuild @@ -15,7 +15,7 @@ LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="doc"