* [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/
@ 2015-10-25 15:31 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2015-10-25 15:31 UTC (permalink / raw
To: gentoo-commits
commit: b6661082f01cc99e07e26780a3e48d1bbcc39187
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 15:27:31 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 15:29:07 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6661082
dev-java/jansi-native: Stable for ppc+ppc64.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-java/jansi-native/jansi-native-1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/jansi-native/jansi-native-1.5.ebuild b/dev-java/jansi-native/jansi-native-1.5.ebuild
index 680d5ed..9e37c80 100644
--- a/dev-java/jansi-native/jansi-native-1.5.ebuild
+++ b/dev-java/jansi-native/jansi-native-1.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/fusesource/${PN}/tarball/${P} -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ppc ppc64"
CDEPEND="dev-java/hawtjni-runtime:0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/
@ 2017-07-13 20:42 Alexis Ballier
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2017-07-13 20:42 UTC (permalink / raw
To: gentoo-commits
commit: c45fc3d0c22d90862885fd59bf5acf314fae6eb3
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 20:41:20 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 20:42:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45fc3d0
dev-java/jansi-native: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-java/jansi-native/jansi-native-1.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/jansi-native/jansi-native-1.5.ebuild b/dev-java/jansi-native/jansi-native-1.5.ebuild
index ce243f131ad..c8f3b978c70 100644
--- a/dev-java/jansi-native/jansi-native-1.5.ebuild
+++ b/dev-java/jansi-native/jansi-native-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/fusesource/${PN}/tarball/${P} -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc64 x86"
CDEPEND="dev-java/hawtjni-runtime:0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/
@ 2020-08-04 8:15 Miroslav Šulc
0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2020-08-04 8:15 UTC (permalink / raw
To: gentoo-commits
commit: dd97d6d87386b323da0463dfe3c1b9c364270d36
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 4 08:15:08 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Aug 4 08:15:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd97d6d8
dev-java/jansi-native: fixed compilation with jdk 11
Closes: https://bugs.gentoo.org/733644
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/jansi-native/jansi-native-1.5.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-java/jansi-native/jansi-native-1.5.ebuild b/dev-java/jansi-native/jansi-native-1.5.ebuild
index c8f3b978c70..3df7f09b8ac 100644
--- a/dev-java/jansi-native/jansi-native-1.5.ebuild
+++ b/dev-java/jansi-native/jansi-native-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -18,10 +18,10 @@ KEYWORDS="amd64 ~arm64 ppc64 x86"
CDEPEND="dev-java/hawtjni-runtime:0"
DEPEND="${CDEPEND}
- >=virtual/jdk-1.5"
+ >=virtual/jdk-1.8"
RDEPEND="${CDEPEND}
- >=virtual/jre-1.5"
+ >=virtual/jre-1.8"
S="${WORKDIR}/${P}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/
@ 2020-08-23 12:56 Miroslav Šulc
0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2020-08-23 12:56 UTC (permalink / raw
To: gentoo-commits
commit: fe2ae2d8c00ebcdc28bcacfac7e5cc92f5c8889b
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jul 20 13:05:01 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 12:56:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2ae2d8
dev-java/jansi-native: verbump to 1.8
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16752
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/jansi-native/Manifest | 1 +
dev-java/jansi-native/jansi-native-1.8.ebuild | 42 +++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-java/jansi-native/Manifest b/dev-java/jansi-native/Manifest
index 54acd054fe5..f2f4e1fb086 100644
--- a/dev-java/jansi-native/Manifest
+++ b/dev-java/jansi-native/Manifest
@@ -1 +1,2 @@
DIST jansi-native-1.5.tar.gz 205008 BLAKE2B 94f46527165e1956640ceabf10ea6ae90fb461e331389823ebd9f86b2b0cadd0ed777e20787fd5bcc9388fc250be1d5415feefe4953fba9a5610870409940060 SHA512 29d178f013701b7e7844f899530f51486037e3a1403018ba4a41475ceb8d58afec768d177f64cbedd41adfb681ba08e578c2e18d956770bc039dfece8602a212
+DIST jansi-native-1.8.tar.gz 33043 BLAKE2B f7859a3cc9e882c8baa2e8a8a7598be9ec70c3575bf48e3fd8374323ffa84c5fa212e29c52fe382aed99398435bfece46fc5881a83b01e3017ee6b0834b8968e SHA512 6216afd1ec64dad0c6bc6c4ff1cf4192e92349b71f8737ea8799aaac7be74ffee71a68569c0bbab95c95b4491f2135ede9cbedb31bf55ae832e197c43cfd6fff
diff --git a/dev-java/jansi-native/jansi-native-1.8.ebuild b/dev-java/jansi-native/jansi-native-1.8.ebuild
new file mode 100644
index 00000000000..c4c23041e59
--- /dev/null
+++ b/dev-java/jansi-native/jansi-native-1.8.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+JAVA_PKG_IUSE="doc source"
+
+inherit vcs-snapshot java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Native JNI component for dev-java/jansi"
+HOMEPAGE="http://jansi.fusesource.org/"
+SRC_URI="https://github.com/fusesource/${PN}/archive/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+CDEPEND="dev-java/hawtjni-runtime:0"
+
+DEPEND="${CDEPEND}
+ >=virtual/jdk-1.8"
+
+RDEPEND="${CDEPEND}
+ >=virtual/jre-1.8"
+
+S="${WORKDIR}/${P}"
+
+JAVA_SRC_DIR="src/main/java"
+JAVA_GENTOO_CLASSPATH="hawtjni-runtime"
+
+src_prepare() {
+ # Easier to use java-pkg-simple.
+ rm -v pom.xml || die
+
+ default
+}
+
+src_install() {
+ java-pkg-simple_src_install
+
+ dodoc {changelog,readme}.md
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/
@ 2020-08-23 12:56 Miroslav Šulc
0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2020-08-23 12:56 UTC (permalink / raw
To: gentoo-commits
commit: 9cea0881c0fafa114e1958a0dbb4171dcca25ff9
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 12:54:37 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 12:56:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cea0881
dev-java/jansi-native: updated manifest for 1.8
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/jansi-native/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/jansi-native/Manifest b/dev-java/jansi-native/Manifest
index f2f4e1fb086..78901fae9b5 100644
--- a/dev-java/jansi-native/Manifest
+++ b/dev-java/jansi-native/Manifest
@@ -1,2 +1,2 @@
DIST jansi-native-1.5.tar.gz 205008 BLAKE2B 94f46527165e1956640ceabf10ea6ae90fb461e331389823ebd9f86b2b0cadd0ed777e20787fd5bcc9388fc250be1d5415feefe4953fba9a5610870409940060 SHA512 29d178f013701b7e7844f899530f51486037e3a1403018ba4a41475ceb8d58afec768d177f64cbedd41adfb681ba08e578c2e18d956770bc039dfece8602a212
-DIST jansi-native-1.8.tar.gz 33043 BLAKE2B f7859a3cc9e882c8baa2e8a8a7598be9ec70c3575bf48e3fd8374323ffa84c5fa212e29c52fe382aed99398435bfece46fc5881a83b01e3017ee6b0834b8968e SHA512 6216afd1ec64dad0c6bc6c4ff1cf4192e92349b71f8737ea8799aaac7be74ffee71a68569c0bbab95c95b4491f2135ede9cbedb31bf55ae832e197c43cfd6fff
+DIST jansi-native-1.8.tar.gz 33035 BLAKE2B 0008d1af45e8694d065beb7c55cf5e73aa1bff54aa9b83287490a307553ef6fb28f87011658f9fed54a3ba8d47497e2c267a94a63d50862d9ebf3e231b8eda23 SHA512 e5184bc8f5c819f54550791969df611df0b4fdfcfc6aaebf123d786a08a957e5854b15b2569871d5a9d0d20703a8831c99c42610a83fff77af3cf750b72a7fee
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/
@ 2020-08-23 12:59 Miroslav Šulc
0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2020-08-23 12:59 UTC (permalink / raw
To: gentoo-commits
commit: 734ac5281ad3bbd5c36334ec9dcf5ae713659243
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 12:59:36 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 12:59:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734ac528
dev-java/jansi-native: updated homepage
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/jansi-native/jansi-native-1.5.ebuild | 2 +-
dev-java/jansi-native/jansi-native-1.8.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/jansi-native/jansi-native-1.5.ebuild b/dev-java/jansi-native/jansi-native-1.5.ebuild
index 3df7f09b8ac..1f8a3e844a9 100644
--- a/dev-java/jansi-native/jansi-native-1.5.ebuild
+++ b/dev-java/jansi-native/jansi-native-1.5.ebuild
@@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source"
inherit vcs-snapshot java-pkg-2 java-pkg-simple
DESCRIPTION="Native JNI component for dev-java/jansi"
-HOMEPAGE="http://jansi.fusesource.org/"
+HOMEPAGE="http://fusesource.github.io/jansi/"
SRC_URI="https://github.com/fusesource/${PN}/tarball/${P} -> ${P}.tar.gz"
LICENSE="Apache-2.0"
diff --git a/dev-java/jansi-native/jansi-native-1.8.ebuild b/dev-java/jansi-native/jansi-native-1.8.ebuild
index c4c23041e59..ed594a3e3e5 100644
--- a/dev-java/jansi-native/jansi-native-1.8.ebuild
+++ b/dev-java/jansi-native/jansi-native-1.8.ebuild
@@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source"
inherit vcs-snapshot java-pkg-2 java-pkg-simple
DESCRIPTION="Native JNI component for dev-java/jansi"
-HOMEPAGE="http://jansi.fusesource.org/"
+HOMEPAGE="http://fusesource.github.io/jansi/"
SRC_URI="https://github.com/fusesource/${PN}/archive/${P}.tar.gz"
LICENSE="Apache-2.0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/
@ 2021-04-22 3:01 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-04-22 3:01 UTC (permalink / raw
To: gentoo-commits
commit: b559899fec35e309eda301b15449bcf6413a2837
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 22 03:00:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 22 03:00:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b559899f
dev-java/jansi-native: Stabilize 1.8 amd64, #783831
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/jansi-native/jansi-native-1.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/jansi-native/jansi-native-1.8.ebuild b/dev-java/jansi-native/jansi-native-1.8.ebuild
index ed594a3e3e5..9ab5f0cf004 100644
--- a/dev-java/jansi-native/jansi-native-1.8.ebuild
+++ b/dev-java/jansi-native/jansi-native-1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/fusesource/${PN}/archive/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
CDEPEND="dev-java/hawtjni-runtime:0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/
@ 2021-04-22 12:18 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-04-22 12:18 UTC (permalink / raw
To: gentoo-commits
commit: 47de0683d4cf036475bfa690c5ab48df11028271
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 22 12:15:01 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 22 12:17:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47de0683
dev-java/jansi-native: Stabilize 1.8 ppc64, #783831
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/jansi-native/jansi-native-1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/jansi-native/jansi-native-1.8.ebuild b/dev-java/jansi-native/jansi-native-1.8.ebuild
index 9ab5f0cf004..daf7ed72b36 100644
--- a/dev-java/jansi-native/jansi-native-1.8.ebuild
+++ b/dev-java/jansi-native/jansi-native-1.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/fusesource/${PN}/archive/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 ~x86"
CDEPEND="dev-java/hawtjni-runtime:0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/
@ 2021-04-26 15:06 Miroslav Šulc
0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2021-04-26 15:06 UTC (permalink / raw
To: gentoo-commits
commit: 07997824fc46a702f6f741a89374272730791411
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 15:05:58 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 15:05:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07997824
dev-java/jansi-native: removed obsolete 1.5
Bug: https://bugs.gentoo.org/783831
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/jansi-native/Manifest | 1 -
dev-java/jansi-native/jansi-native-1.5.ebuild | 40 ---------------------------
2 files changed, 41 deletions(-)
diff --git a/dev-java/jansi-native/Manifest b/dev-java/jansi-native/Manifest
index 78901fae9b5..aa896e30c2c 100644
--- a/dev-java/jansi-native/Manifest
+++ b/dev-java/jansi-native/Manifest
@@ -1,2 +1 @@
-DIST jansi-native-1.5.tar.gz 205008 BLAKE2B 94f46527165e1956640ceabf10ea6ae90fb461e331389823ebd9f86b2b0cadd0ed777e20787fd5bcc9388fc250be1d5415feefe4953fba9a5610870409940060 SHA512 29d178f013701b7e7844f899530f51486037e3a1403018ba4a41475ceb8d58afec768d177f64cbedd41adfb681ba08e578c2e18d956770bc039dfece8602a212
DIST jansi-native-1.8.tar.gz 33035 BLAKE2B 0008d1af45e8694d065beb7c55cf5e73aa1bff54aa9b83287490a307553ef6fb28f87011658f9fed54a3ba8d47497e2c267a94a63d50862d9ebf3e231b8eda23 SHA512 e5184bc8f5c819f54550791969df611df0b4fdfcfc6aaebf123d786a08a957e5854b15b2569871d5a9d0d20703a8831c99c42610a83fff77af3cf750b72a7fee
diff --git a/dev-java/jansi-native/jansi-native-1.5.ebuild b/dev-java/jansi-native/jansi-native-1.5.ebuild
deleted file mode 100644
index 1f8a3e844a9..00000000000
--- a/dev-java/jansi-native/jansi-native-1.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit vcs-snapshot java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Native JNI component for dev-java/jansi"
-HOMEPAGE="http://fusesource.github.io/jansi/"
-SRC_URI="https://github.com/fusesource/${PN}/tarball/${P} -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
-
-CDEPEND="dev-java/hawtjni-runtime:0"
-
-DEPEND="${CDEPEND}
- >=virtual/jdk-1.8"
-
-RDEPEND="${CDEPEND}
- >=virtual/jre-1.8"
-
-S="${WORKDIR}/${P}"
-
-JAVA_SRC_DIR="src/main/java"
-JAVA_GENTOO_CLASSPATH="hawtjni-runtime"
-
-java_prepare() {
- # Easier to use java-pkg-simple.
- rm -v pom.xml || die
-}
-
-src_install() {
- java-pkg-simple_src_install
-
- dodoc {changelog,readme}.md
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/
@ 2021-11-25 4:14 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-11-25 4:14 UTC (permalink / raw
To: gentoo-commits
commit: 3cd015cc5ac6cf8d697c6d34e37463de5cd8445b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 04:13:27 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 04:13:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd015cc
dev-java/jansi-native: Stabilize 1.8 arm64, #826850
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/jansi-native/jansi-native-1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/jansi-native/jansi-native-1.8.ebuild b/dev-java/jansi-native/jansi-native-1.8.ebuild
index a519b5eb26b6..ee86cabc4d47 100644
--- a/dev-java/jansi-native/jansi-native-1.8.ebuild
+++ b/dev-java/jansi-native/jansi-native-1.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/fusesource/${PN}/archive/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
CDEPEND="dev-java/hawtjni-runtime:0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/
@ 2021-12-22 18:47 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2021-12-22 18:47 UTC (permalink / raw
To: gentoo-commits
commit: 7bf663911744fd8a91e1d803b352a8c168217c9d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 22 18:35:46 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 22 18:44:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf66391
dev-java/jansi-native: Keyword 1.8 arm, #828049
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-java/jansi-native/jansi-native-1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/jansi-native/jansi-native-1.8.ebuild b/dev-java/jansi-native/jansi-native-1.8.ebuild
index ee86cabc4d47..88351addaf4c 100644
--- a/dev-java/jansi-native/jansi-native-1.8.ebuild
+++ b/dev-java/jansi-native/jansi-native-1.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/fusesource/${PN}/archive/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
CDEPEND="dev-java/hawtjni-runtime:0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2021-12-22 18:47 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-22 3:01 [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-12-22 18:47 Arthur Zamarin
2021-11-25 4:14 Sam James
2021-04-26 15:06 Miroslav Šulc
2021-04-22 12:18 Sam James
2020-08-23 12:59 Miroslav Šulc
2020-08-23 12:56 Miroslav Šulc
2020-08-23 12:56 Miroslav Šulc
2020-08-04 8:15 Miroslav Šulc
2017-07-13 20:42 Alexis Ballier
2015-10-25 15:31 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox