public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
@ 2016-06-21 18:24 Markus Meier
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier @ 2016-06-21 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ead42c608c041e4304a66a26b450e7aa954d3d78
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 18:24:07 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 18:24:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead42c60

dev-libs/jerasure: add ~arm, bug #584056

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-libs/jerasure/jerasure-2.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild b/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
index f526b34..afe3f1a 100644
--- a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
+++ b/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}.git"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 DEPEND="dev-libs/gf-complete"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
@ 2021-05-01 21:24 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2021-05-01 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     4e92e47c2e36bf6d811eb63ae2c9fc5d65a83f4b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 18:33:31 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May  1 21:21:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e92e47c

dev-libs/jerasure: Drop 2.0.0-r1, EAPI5--

Closes: https://bugs.gentoo.org/783933
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/jerasure/jerasure-2.0.0-r1.ebuild | 32 ------------------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild b/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
deleted file mode 100644
index 21aed21085d..00000000000
--- a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools ltprune
-
-DESCRIPTION="A Library in C Facilitating Erasure Coding for Storage Applications"
-HOMEPAGE="http://jerasure.org/"
-SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/${P}.tar.gz"
-S="${WORKDIR}/${PN}.git"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-IUSE=""
-
-DEPEND="dev-libs/gf-complete"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -i -e 's/ $(SIMD_FLAGS)//g' src/Makefile.am Examples/Makefile.am || die
-	eautoreconf
-}
-
-src_install() {
-	default
-	# because stupid
-	insinto /usr/include
-	doins include/{cauchy,galois,liberation,reed_sol}.h
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
@ 2021-05-01 18:11 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-05-01 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     598933a501c48b21ee9eb2af0dfd7ef6e1aeda36
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 18:10:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  1 18:11:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598933a5

dev-libs/jerasure: Stabilize 2.0.0-r2 amd64, #783933

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/jerasure/jerasure-2.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jerasure/jerasure-2.0.0-r2.ebuild b/dev-libs/jerasure/jerasure-2.0.0-r2.ebuild
index a51c667c0eb..7eb0b7c801f 100644
--- a/dev-libs/jerasure/jerasure-2.0.0-r2.ebuild
+++ b/dev-libs/jerasure/jerasure-2.0.0-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}.git"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="dev-libs/gf-complete"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
@ 2021-05-01 18:11 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-05-01 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6e9b2b9091e74b71d0d5d09eb9e896ed30783c20
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 18:10:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  1 18:11:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9b2b90

dev-libs/jerasure: Stabilize 2.0.0-r2 x86, #783933

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/jerasure/jerasure-2.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jerasure/jerasure-2.0.0-r2.ebuild b/dev-libs/jerasure/jerasure-2.0.0-r2.ebuild
index 7eb0b7c801f..3a578be0a36 100644
--- a/dev-libs/jerasure/jerasure-2.0.0-r2.ebuild
+++ b/dev-libs/jerasure/jerasure-2.0.0-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}.git"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND="dev-libs/gf-complete"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
@ 2020-05-17  0:54 Matthew Thode
  0 siblings, 0 replies; 12+ messages in thread
From: Matthew Thode @ 2020-05-17  0:54 UTC (permalink / raw
  To: gentoo-commits

commit:     93ed0eaccfdf114593e57722bd6f50a223c751f7
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 17 00:12:16 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun May 17 00:54:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ed0eac

dev-libs/jerasure: no static libs

Closes: https://bugs.gentoo.org/723426
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-libs/jerasure/jerasure-2.0.0-r2.ebuild | 38 ++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/dev-libs/jerasure/jerasure-2.0.0-r2.ebuild b/dev-libs/jerasure/jerasure-2.0.0-r2.ebuild
new file mode 100644
index 00000000000..1796fd75e75
--- /dev/null
+++ b/dev-libs/jerasure/jerasure-2.0.0-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools eutils
+
+DESCRIPTION="A Library in C Facilitating Erasure Coding for Storage Applications"
+HOMEPAGE="http://jerasure.org"
+SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/${P}.tar.gz"
+S="${WORKDIR}/${PN}.git"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/gf-complete"
+RDEPEND="${DEPEND}"
+
+DOCS=( Manual.pdf README README.txt README.nd )
+
+src_prepare() {
+	sed -i -e 's/ $(SIMD_FLAGS)//g' src/Makefile.am Examples/Makefile.am || die
+	eapply_user
+	eautoreconf
+}
+
+src_configure() {
+	econf --disable-static
+}
+
+src_install() {
+	default
+	einstalldocs
+	doheader include/{cauchy,galois,liberation,reed_sol}.h
+	find "${D}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
@ 2017-04-05 22:03 Michael Weber
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Weber @ 2017-04-05 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d07e9cf55309b8d988e240c8cff3865684d49a09
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 22:00:34 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 22:03:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07e9cf5

dev-libs/jerasure: add ~ppc keyword (bug 584056).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"

 dev-libs/jerasure/jerasure-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild b/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
index cc886f50c86..caf3b4bc365 100644
--- a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
+++ b/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}.git"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND="dev-libs/gf-complete"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
@ 2017-04-05 21:00 Michael Weber
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Weber @ 2017-04-05 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9eead6fd6cff348def948dbf3d2fe479425f8442
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 21:00:11 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 21:00:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eead6fd

dev-libs/jerasure: add ~ppc64 keyword (bug 584056).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc64"

 dev-libs/jerasure/jerasure-2.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild b/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
index 3d2f647337c..cc886f50c86 100644
--- a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
+++ b/dev-libs/jerasure/jerasure-2.0.0-r1.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
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}.git"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="dev-libs/gf-complete"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
@ 2016-05-25  2:53 Matt Thode
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Thode @ 2016-05-25  2:53 UTC (permalink / raw
  To: gentoo-commits

commit:     733e69698635b9052df66483e93642f2a51dbfdf
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 02:52:46 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed May 25 02:52:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733e6969

dev-libs/jerasure: install more headers (needed by ceph)

Package-Manager: portage-2.2.28

 dev-libs/jerasure/{jerasure-2.0.0.ebuild => jerasure-2.0.0-r1.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-libs/jerasure/jerasure-2.0.0.ebuild b/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
similarity index 87%
rename from dev-libs/jerasure/jerasure-2.0.0.ebuild
rename to dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
index 70c285d..f526b34 100644
--- a/dev-libs/jerasure/jerasure-2.0.0.ebuild
+++ b/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
@@ -26,5 +26,8 @@ src_prepare() {
 
 src_install() {
 	default
+	# because stupid
+	insinto /usr/include
+	doins include/{cauchy,galois,liberation,reed_sol}.h
 	prune_libtool_files
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
@ 2015-09-03  5:03 Matt Thode
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Thode @ 2015-09-03  5:03 UTC (permalink / raw
  To: gentoo-commits

commit:     39acc4097af9f4ddb3d6dbe897a4e72dbbeecab2
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 05:02:30 2015 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 05:03:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39acc409

dev-libs/jerasure: tagged at a horrible url

Package-Manager: portage-2.2.20.1

 dev-libs/jerasure/Manifest              |  1 +
 dev-libs/jerasure/jerasure-2.0.0.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-libs/jerasure/Manifest b/dev-libs/jerasure/Manifest
index 54df35a..f963ced 100644
--- a/dev-libs/jerasure/Manifest
+++ b/dev-libs/jerasure/Manifest
@@ -1 +1,2 @@
 DIST jerasure-0.0.0.tar.gz 506400 SHA256 4bb55ed9858cc623849507ca22f854e52d7408251733e46c6f58bea12cd41d14 SHA512 447fc9b4b2e2bb30baa241bc8f509eba71d34b8fc504f2fd6bbc6adb8b6f32d171f4d486dc08afd6f594064e11252a246dd663a1d6beda5b3129c4d9cdaf98db WHIRLPOOL 968f3059ac37fd2a168b067c84f311015f0c37c0b0517d496bd940d3352b5027e4e02c99b6bc918eea9d2dc4d5bf308f3bd6625e19710a0cd03cf6297501b6d5
+DIST jerasure-2.0.0.tar.gz 806283 SHA256 61b2fbb25affeddc2d94d6f67778098597b14ff5440f39d8fba3dbdbaa6739b6 SHA512 c14b227b4c4ae50d7e1add0f14a888894233228be8aadfc96e8788a14c51ff82fd48d9ca5fbd7d77bf5d17edf0deaef9ff61dffc65100f22f28d7cf32fa32e31 WHIRLPOOL 5167f17c33eaead870076696eda23b8ce5ffa5c3585f543b2a8d37f86986764c2d1c8416aa54b79c43067588d4432da0a91027ddb0143e42f2ca6f4660298477

diff --git a/dev-libs/jerasure/jerasure-2.0.0.ebuild b/dev-libs/jerasure/jerasure-2.0.0.ebuild
new file mode 100644
index 0000000..8ce2a8d
--- /dev/null
+++ b/dev-libs/jerasure/jerasure-2.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+DESCRIPTION="A Library in C Facilitating Erasure Coding for Storage Applications"
+HOMEPAGE="http://jerasure.org/"
+SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/${P}.tar.gz"
+S="${WORKDIR}/${PN}.git"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/gf-complete"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	sed -i -e 's/ $(SIMD_FLAGS)//g' src/Makefile.am Examples/Makefile.am || die
+	eautoreconf
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
@ 2015-08-29  2:35 Matt Thode
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Thode @ 2015-08-29  2:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b503f9b835d4579765495e041ca524ea40fc1c0b
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 02:35:52 2015 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 02:35:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b503f9b8

dev-libs/jerasure: updating licence

Package-Manager: portage-2.2.20.1

 dev-libs/jerasure/jerasure-0.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jerasure/jerasure-0.0.0.ebuild b/dev-libs/jerasure/jerasure-0.0.0.ebuild
index b0ef474..bd8a8bb 100644
--- a/dev-libs/jerasure/jerasure-0.0.0.ebuild
+++ b/dev-libs/jerasure/jerasure-0.0.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://jerasure.org/"
 SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/${P}.tar.gz"
 S="${WORKDIR}/${PN}.git"
 
-LICENSE="all-rights-reserved"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
@ 2015-08-28  9:01 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2015-08-28  9:01 UTC (permalink / raw
  To: gentoo-commits

commit:     4a829db0d51e491e98aa6c42ba6d6615240e3577
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 09:00:50 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 09:00:50 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a829db0

dev-libs/jerasure: x86 stable wrt bug #558850

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-libs/jerasure/jerasure-0.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jerasure/jerasure-0.0.0.ebuild b/dev-libs/jerasure/jerasure-0.0.0.ebuild
index f75b0fc..b0ef474 100644
--- a/dev-libs/jerasure/jerasure-0.0.0.ebuild
+++ b/dev-libs/jerasure/jerasure-0.0.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}.git"
 
 LICENSE="all-rights-reserved"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-libs/gf-complete"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
@ 2015-08-28  9:00 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2015-08-28  9:00 UTC (permalink / raw
  To: gentoo-commits

commit:     4157de5b6fadc19371affa6a16251b2381a7bf0b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 09:00:17 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 09:00:17 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4157de5b

dev-libs/jerasure: amd64 stable wrt bug #558850

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-libs/jerasure/jerasure-0.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jerasure/jerasure-0.0.0.ebuild b/dev-libs/jerasure/jerasure-0.0.0.ebuild
index 458a416..f75b0fc 100644
--- a/dev-libs/jerasure/jerasure-0.0.0.ebuild
+++ b/dev-libs/jerasure/jerasure-0.0.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}.git"
 
 LICENSE="all-rights-reserved"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-libs/gf-complete"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-05-01 21:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 18:24 [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/ Markus Meier
  -- strict thread matches above, loose matches on Subject: below --
2021-05-01 21:24 Andreas Sturmlechner
2021-05-01 18:11 Sam James
2021-05-01 18:11 Sam James
2020-05-17  0:54 Matthew Thode
2017-04-05 22:03 Michael Weber
2017-04-05 21:00 Michael Weber
2016-05-25  2:53 Matt Thode
2015-09-03  5:03 Matt Thode
2015-08-29  2:35 Matt Thode
2015-08-28  9:01 Agostino Sarubbo
2015-08-28  9:00 Agostino Sarubbo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox