diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-26 17:45:24 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-26 17:45:24 +0000 |
| commit | eff2a561396867717e49b0f16fd7ee7160455ed8 (patch) | |
| tree | e41fe2761268fa4ff044d3fc1b8e6965ed08b22c /dev-java/stringtemplate/stringtemplate-4.3.4.ebuild | |
| parent | 7c8526b96283211386f1d021eb880530e64609f3 (diff) | |
| download | baldeagleos-repo-eff2a561396867717e49b0f16fd7ee7160455ed8.tar.gz baldeagleos-repo-eff2a561396867717e49b0f16fd7ee7160455ed8.tar.xz baldeagleos-repo-eff2a561396867717e49b0f16fd7ee7160455ed8.zip | |
Adding metadata
Diffstat (limited to 'dev-java/stringtemplate/stringtemplate-4.3.4.ebuild')
| -rw-r--r-- | dev-java/stringtemplate/stringtemplate-4.3.4.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-java/stringtemplate/stringtemplate-4.3.4.ebuild b/dev-java/stringtemplate/stringtemplate-4.3.4.ebuild index dd01fef37fd3..0ed931834169 100644 --- a/dev-java/stringtemplate/stringtemplate-4.3.4.ebuild +++ b/dev-java/stringtemplate/stringtemplate-4.3.4.ebuild @@ -53,7 +53,10 @@ JAVA_TEST_SRC_DIR="${TARBALL_S}/test" JAVA_TEST_RESOURCE_DIRS=( "${TARBALL_S}/test/resources" ) DOCS=( "${TARBALL_S}/"{CHANGES.txt,README.md} ) -PATCHES=( "${FILESDIR}/stringtemplate-4.3.4-BaseTest-javac-source-target.patch" ) +PATCHES=( + "${FILESDIR}/stringtemplate-4.3.4-BaseTest-javac-source-target.patch" + "${FILESDIR}/stringtemplate-4.3.4-Java21+-TestRenderers.patch" +) src_prepare() { default #780585 @@ -65,10 +68,6 @@ src_prepare() { } src_test() { - local vm_version="$(java-config -g PROVIDES_VERSION)" - if ver_test "${vm_version}" -ge 21; then - eapply "${FILESDIR}/stringtemplate-4.3.4-Java21-TestRenderers.patch" - fi # Make sure no older versions of this slot are present in the classpath # https://bugs.gentoo.org/834138#c4 local old_ver_cp="$(nonfatal java-pkg_getjars "${PN}-${SLOT}")" |
