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 DDC15138350 for ; Mon, 9 Mar 2020 17:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A9B5E097E; Mon, 9 Mar 2020 17:55:32 +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 DA673E097E for ; Mon, 9 Mar 2020 17:55:31 +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 BA0B534F345 for ; Mon, 9 Mar 2020 17:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C956178 for ; Mon, 9 Mar 2020 17:55:28 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1583775987.e4bebba7fcff6ecba5404e1b758083e8fbd0d6c1.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/aldor/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/aldor/aldor-1.2.0_p20190730.ebuild X-VCS-Directories: dev-lang/aldor/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e4bebba7fcff6ecba5404e1b758083e8fbd0d6c1 X-VCS-Branch: master Date: Mon, 9 Mar 2020 17:55:28 +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: 9958871b-8f5c-43f9-97b3-555d1ddb7aa9 X-Archives-Hash: 497478c24e1912680e93efc12a8a0501 Message-ID: <20200309175528.frdX4KrNp4s9uudvi7gggq6mW-62qpMeANSFNOZuQAs@z> commit: e4bebba7fcff6ecba5404e1b758083e8fbd0d6c1 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Mar 9 17:46:27 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Mar 9 17:46:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4bebba7 dev-lang/aldor: add slot operator to make repoman happy Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> dev-lang/aldor/aldor-1.2.0_p20190730.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild b/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild index 24016c7..ffecfcf 100644 --- a/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild +++ b/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild @@ -30,11 +30,11 @@ PATCHES=( "${FILESDIR}/respect-flags.diff" ) CDEPEND=" boehm-gc? ( dev-libs/boehm-gc ) emacs? ( app-editors/emacs:= ) - java? ( dev-java/junit ) + java? ( dev-java/junit:= ) " RDEPEND=" ${CDEPEND} - java? ( virtual/jre:1.8 ) + java? ( virtual/jre:1.8 ) " DEPEND=" ${CDEPEND}