diff options
author | Horst Burkhardt <horst@adelielinux.org> | 2024-12-06 12:53:27 +1100 |
---|---|---|
committer | Horst Burkhardt <horst@adelielinux.org> | 2024-12-06 12:54:16 +1100 |
commit | 06b924a7638304171c16120ab93a88342faeafe0 (patch) | |
tree | 68385aaebb800054d3b3f3da5c200fbb17c3fd4a | |
parent | ce1c26c1a080f406462c5fd05d33b9ed3d020ef4 (diff) | |
download | packages-06b924a7638304171c16120ab93a88342faeafe0.tar.gz packages-06b924a7638304171c16120ab93a88342faeafe0.tar.bz2 packages-06b924a7638304171c16120ab93a88342faeafe0.tar.xz packages-06b924a7638304171c16120ab93a88342faeafe0.zip |
bootstrap/classpath-0.99-r1: introduce dependency on eclipse ECJ
Signed-off-by: Horst Burkhardt <horst@adelielinux.org>
-rw-r--r-- | bootstrap/classpath-0.99-r1/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/classpath-0.99-r1/APKBUILD b/bootstrap/classpath-0.99-r1/APKBUILD index 3b2402d54..46a63fd09 100644 --- a/bootstrap/classpath-0.99-r1/APKBUILD +++ b/bootstrap/classpath-0.99-r1/APKBUILD @@ -8,7 +8,7 @@ arch="all" options="!check" #No test suite provided. license="GPL-2.0-with-classpath-exception" depends="" -makedepends="zlib-dev fastjar zip jikes libltdl" +makedepends="zlib-dev fastjar zip jikes libltdl =ecj-3.2-r0" subpackages="$pkgname-dev $pkgname-doc" source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz add-aarch64-endianness.patch" |