summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-05-23 23:28:09 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-05-24 00:08:07 +0200
commit826d7b7d193cc9a44adf4ab2f0ff68f5d85ad1e6 (patch)
treef6f1d92e17f54b15c386dd1b041349202f112980 /dev-lang/dzaima-bqn
parentapp-shells/platyps: use edo instead of edob (diff)
downloadgentoo-826d7b7d193cc9a44adf4ab2f0ff68f5d85ad1e6.tar.gz
gentoo-826d7b7d193cc9a44adf4ab2f0ff68f5d85ad1e6.tar.bz2
gentoo-826d7b7d193cc9a44adf4ab2f0ff68f5d85ad1e6.zip
dev-lang/dzaima-bqn: use edo instead of edob
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/dzaima-bqn')
-rw-r--r--dev-lang/dzaima-bqn/dzaima-bqn-0.2.1.ebuild4
-rw-r--r--dev-lang/dzaima-bqn/dzaima-bqn-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/dzaima-bqn/dzaima-bqn-0.2.1.ebuild b/dev-lang/dzaima-bqn/dzaima-bqn-0.2.1.ebuild
index de1b210a761b..6ea55f8362e1 100644
--- a/dev-lang/dzaima-bqn/dzaima-bqn-0.2.1.ebuild
+++ b/dev-lang/dzaima-bqn/dzaima-bqn-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -46,7 +46,7 @@ src_compile() {
}
src_test() {
- edob java -jar "${BUILD_JAR}" -f "${S}"/test/test
+ edo java -jar "${BUILD_JAR}" -f "${S}"/test/test
}
src_install() {
diff --git a/dev-lang/dzaima-bqn/dzaima-bqn-9999.ebuild b/dev-lang/dzaima-bqn/dzaima-bqn-9999.ebuild
index 9c7b4bd92031..1f962b56b85c 100644
--- a/dev-lang/dzaima-bqn/dzaima-bqn-9999.ebuild
+++ b/dev-lang/dzaima-bqn/dzaima-bqn-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -46,7 +46,7 @@ src_compile() {
}
src_test() {
- edob java -jar "${BUILD_JAR}" -f "${S}"/test/test
+ edo java -jar "${BUILD_JAR}" -f "${S}"/test/test
}
src_install() {