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 A9E2E1396D1 for ; Sun, 27 Aug 2017 19:32:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC56DE0D88; Sun, 27 Aug 2017 19:32:33 +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 AE400E0D88 for ; Sun, 27 Aug 2017 19:32:33 +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 B359F340BEA for ; Sun, 27 Aug 2017 19:32:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B4F484BF for ; Sun, 27 Aug 2017 19:32:31 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1503862298.11e1e574f75a44c58654cc9a4709a7eb746739c8.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/microba/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/microba/microba-0.4.4.3-r1.ebuild X-VCS-Directories: dev-java/microba/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 11e1e574f75a44c58654cc9a4709a7eb746739c8 X-VCS-Branch: master Date: Sun, 27 Aug 2017 19:32:31 +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: 62c7a884-e2ff-40b4-b0cb-66f045e50c12 X-Archives-Hash: a2e01f51eeae3ddc663f64381e189011 commit: 11e1e574f75a44c58654cc9a4709a7eb746739c8 Author: James Le Cuirot gentoo org> AuthorDate: Sun Aug 27 19:31:38 2017 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Aug 27 19:31:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e1e574 dev-java/microba: Mark 0.4.4.3-r1 stable on ALLARCHES Package-Manager: Portage-2.3.8, Repoman-2.3.2 dev-java/microba/microba-0.4.4.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/microba/microba-0.4.4.3-r1.ebuild b/dev-java/microba/microba-0.4.4.3-r1.ebuild index a29ff3ded20..02c622fbcd2 100644 --- a/dev-java/microba/microba-0.4.4.3-r1.ebuild +++ b/dev-java/microba/microba-0.4.4.3-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/tdbear/microba" SRC_URI="https://github.com/tdbear/${PN}/archive/${PV}.zip -> ${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" CP_DEPEND="dev-java/jgraph:0"