From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6F0461397E1 for ; Sun, 16 Aug 2015 23:03:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6357DE07F0; Sun, 16 Aug 2015 23:03:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F16BAE07F4 for ; Sun, 16 Aug 2015 23:03:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 052F1340A51 for ; Sun, 16 Aug 2015 23:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A60FC155 for ; Sun, 16 Aug 2015 23:03:06 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1439765970.5fe56ec091cf763a64186528870cb69cda987a8e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cairo-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild X-VCS-Directories: dev-ml/cairo-ocaml/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 5fe56ec091cf763a64186528870cb69cda987a8e X-VCS-Branch: master Date: Sun, 16 Aug 2015 23:03:06 +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: 7eb20730-e17f-44c7-b222-cc675e5a059f X-Archives-Hash: 510a13c3752b5a913384560a709d0d0a commit: 5fe56ec091cf763a64186528870cb69cda987a8e Author: Mikle Kolyada gentoo org> AuthorDate: Sun Aug 16 22:59:30 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Aug 16 22:59:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe56ec0 dev-ml/cairo-ocaml: amd64 stable wrt bug #529038 Package-Manager: portage-2.2.20.1 dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild b/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild index 965557b..5c1f294 100644 --- a/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild +++ b/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://cgit.freedesktop.org/cairo-ocaml/snapshot/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples gtk pango svg" RDEPEND="dev-lang/ocaml:=