Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/aldor/
Date: Mon, 09 Mar 2020 17:48:05
Message-Id: 1583775987.e4bebba7fcff6ecba5404e1b758083e8fbd0d6c1.andrewammerlaan@gentoo
1 commit: e4bebba7fcff6ecba5404e1b758083e8fbd0d6c1
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Mar 9 17:46:27 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Mar 9 17:46:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4bebba7
7
8 dev-lang/aldor: add slot operator to make repoman happy
9
10 Package-Manager: Portage-2.3.93, Repoman-2.3.20
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-lang/aldor/aldor-1.2.0_p20190730.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild b/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild
17 index 24016c7..ffecfcf 100644
18 --- a/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild
19 +++ b/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild
20 @@ -30,11 +30,11 @@ PATCHES=( "${FILESDIR}/respect-flags.diff" )
21 CDEPEND="
22 boehm-gc? ( dev-libs/boehm-gc )
23 emacs? ( app-editors/emacs:= )
24 - java? ( dev-java/junit )
25 + java? ( dev-java/junit:= )
26 "
27 RDEPEND="
28 ${CDEPEND}
29 - java? ( virtual/jre:1.8 )
30 + java? ( virtual/jre:1.8 )
31 "
32 DEPEND="
33 ${CDEPEND}