Gentoo Archives: gentoo-dev

From: "Miroslav Šulc" <fordfrog@g.o>
To: "gentoo-dev@l.g.o" <gentoo-dev@l.g.o>
Subject: [gentoo-dev] RFC: ant-tasks.eclass patch
Date: Wed, 25 Sep 2019 18:47:17
Message-Id: bb1db1a6-15fe-ff7a-1114-b04008a81883@gentoo.org
1 hi,
2
3 as per bug https://bugs.gentoo.org/693022 we need to add dependency on
4 dev-java/gnu-jaf (or dev-java/sun-jaf) to the package. unfortunately
5 ant-tasks.eclass variable ANT_TASK_DEPNAME supports only single
6 dependency (it was sufficient till now), but we need one more in this
7 case. the introduced patch adds support for alternatively specifying
8 ANT_TASK_DEPNAME as an array and handle it correctly. i've tested the
9 patch and all seems to work fine.
10
11 please let me know if something can/should be improved.
12
13 thanks.
14
15 miroslav

Attachments

File name MIME type
ant-tasks.eclass.patch text/x-patch

Replies

Subject Author
Re: [gentoo-dev] RFC: ant-tasks.eclass patch "Michał Górny" <mgorny@g.o>