[gentoo-commits] repo/gentoo:master commit in: sci-libs/ufconfig/

2023-06-03 Thread Arthur Zamarin
commit: 3978214c0b3a56423d241d2748cb5992a0ccd410
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  2 16:13:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  3 11:12:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3978214c

sci-libs/ufconfig: destabilize for ~ppc

Signed-off-by: Arthur Zamarin  gentoo.org>

 sci-libs/ufconfig/ufconfig-3.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild 
b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
index da439982d22a..b9e5fe8b5a45 100644
--- a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
+++ b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_PN}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="static-libs"
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: sci-libs/ufconfig/

2021-01-06 Thread Fabian Groffen
commit: 4abc618e9d23d3c6384b29176ae6cc695764ec85
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 15:17:16 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 15:17:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abc618e

sci-libs/ufconfig: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 sci-libs/ufconfig/ufconfig-3.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild 
b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
index a7dd82b2189..f1526e07b0f 100644
--- a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
+++ b/sci-libs/ufconfig/ufconfig-3.7.1.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 @@ S="${WORKDIR}/${MY_PN}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="static-libs"
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: sci-libs/ufconfig/

2020-09-18 Thread Sam James
commit: c6d894c8d748b3d402e3880239204919c3c97804
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 18 16:53:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 18 16:53:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d894c8

sci-libs/ufconfig: port to EAPI 7

Closes: https://bugs.gentoo.org/740972
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 sci-libs/ufconfig/ufconfig-3.7.1.ebuild | 28 
 1 file changed, 16 insertions(+), 12 deletions(-)

diff --git a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild 
b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
index 0481ccd35d9..4298dfb1fab 100644
--- a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
+++ b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
@@ -1,35 +1,39 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-inherit multilib toolchain-funcs
+EAPI=7
+
+inherit toolchain-funcs
 
 MY_PN=UFconfig
 DESCRIPTION="Common configuration scripts for the SuiteSparse libraries"
 HOMEPAGE="http://www.cise.ufl.edu/research/sparse/UFconfig;
 
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz;
+S="${WORKDIR}/${MY_PN}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
 IUSE="static-libs"
-DEPEND=""
-
-S="${WORKDIR}/${MY_PN}"
 
 src_compile() {
-   echo  "$(tc-getCC) ${CFLAGS} -fPIC -c UFconfig.c -o UFconfig.lo"
+   elog "Running: $(tc-getCC) ${CFLAGS} -fPIC -c UFconfig.c -o UFconfig.lo"
$(tc-getCC) ${CFLAGS} -fPIC -c UFconfig.c -o UFconfig.lo || die
+
local sharedlink="-shared -Wl,-soname,libufconfig$(get_libname ${PV})"
-   [[ ${CHOST} == *-darwin* ]] && \
+   if [[ ${CHOST} == *-darwin* ]]; then
sharedlink="-dynamiclib -install_name 
${EPREFIX}/usr/$(get_libdir)/libufconfig$(get_libname ${PV})"
-   echo "$(tc-getCC) ${LDFLAGS} ${sharedlink} -o libufconfig$(get_libname 
${PV}) UFconfig.lo"
+   fi
+
+   elog "Running: $(tc-getCC) ${LDFLAGS} ${sharedlink} -o 
libufconfig$(get_libname ${PV}) UFconfig.lo"
$(tc-getCC) ${LDFLAGS} ${sharedlink} -o libufconfig$(get_libname ${PV}) 
UFconfig.lo || die
+
if use static-libs; then
-   echo "$(tc-getCC) ${CFLAGS} -c UFconfig.c -o UFconfig.o"
+   elog "Running: $(tc-getCC) ${CFLAGS} -c UFconfig.c -o 
UFconfig.o"
$(tc-getCC) ${CFLAGS} -c UFconfig.c -o UFconfig.o || die
-   echo "$(tc-getAR) libufconfig.a UFconfig.o"
-   $(tc-getAR) cr libufconfig.a UFconfig.o
+
+   elog "Running: $(tc-getAR) libufconfig.a UFconfig.o"
+   $(tc-getAR) cr libufconfig.a UFconfig.o || die
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/ufconfig/

2019-10-12 Thread Michał Górny
commit: c2ef08a05fc10bc07673a38ea9db4e94449441df
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 12 07:01:15 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 12 07:01:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ef08a0

sci-libs/ufconfig: Drop old (EAPI 0)

Signed-off-by: Michał Górny  gentoo.org>

 sci-libs/ufconfig/Manifest  |  3 ---
 sci-libs/ufconfig/ufconfig-3.5.0.ebuild | 43 -
 sci-libs/ufconfig/ufconfig-3.6.1.ebuild | 40 --
 sci-libs/ufconfig/ufconfig-3.7.0.ebuild | 43 -
 4 files changed, 129 deletions(-)

diff --git a/sci-libs/ufconfig/Manifest b/sci-libs/ufconfig/Manifest
index 6a6709e8b6f..6a421b189c1 100644
--- a/sci-libs/ufconfig/Manifest
+++ b/sci-libs/ufconfig/Manifest
@@ -1,4 +1 @@
-DIST UFconfig-3.5.0.tar.gz 8001 BLAKE2B 
39b7c5076f746e872d1bd1427d8601a30359aa21e1d3b90933a5d2ceee7afb27d757a928613ff09a1534afcb160b67a82a2dc567ff8a08dba8efd78a184e9a3f
 SHA512 
d9edd64d6f7c0a48c149990f55f7d0684459205b2a5a029f50412310db580d28f6336164c96784be5bd7441e175c33f6689a752b50d6af5c168d44b7b51f6d37
-DIST UFconfig-3.6.1.tar.gz 8163 BLAKE2B 
fa22b18b99fa76b0e17e521adb79c3a5d8ebbcdc15418a68365c1f9bcb0fed77aec8a0fd6313614ed83bdf3dd5019fe42ca249917b63a60dda98526772ae855d
 SHA512 
b4b4af9f460f8aea4de7dcd1dcc1ee1aea319bd05de1781ffc2217d0ed1264a6cebcc4139b62fbcc2a6b1f614ff89eb6f277176a59a17b237729ec9822a93920
-DIST UFconfig-3.7.0.tar.gz 8557 BLAKE2B 
0ae5b942d1c7f89d6e7df37aacf008a4d8307a5e4fcbce08dffce8968d50b039d68cfbc21412a0957dfe6eba67fa411b48c0e24c1d8775c8c2ddd892054997a6
 SHA512 
f5aa3723484e05a889434e12fc85521d378430b18d707d7d8807c755ea7046aa28854f8bcb459a42e8764a82f07597b73183a9c7ef070a4b376e76b475cb8d24
 DIST UFconfig-3.7.1.tar.gz 8523 BLAKE2B 
fee3520b4c1305c4684ef4d0fd6cbcc27cd6db957b838642241f75cd6de4468fb5dd61282a0c1484318e56c5b06b8354a78eed2e6df6a5d21e4250883ad1c42a
 SHA512 
a9d562205b6d047d8064d6f61e4f9fdb782774637f0522abef6031e8633c7372db108c69b48098e8b41ffdf786ce7bda0d8df9a3dee634dfb11b5e6073996a22

diff --git a/sci-libs/ufconfig/ufconfig-3.5.0.ebuild 
b/sci-libs/ufconfig/ufconfig-3.5.0.ebuild
deleted file mode 100644
index b78aeb3a559..000
--- a/sci-libs/ufconfig/ufconfig-3.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit multilib toolchain-funcs
-
-MY_PN=UFconfig
-DESCRIPTION="Common configuration scripts for the SuiteSparse libraries"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/UFconfig;
-SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x86-macos"
-IUSE="static-libs"
-DEPEND=""
-
-S="${WORKDIR}/${MY_PN}"
-
-src_compile() {
-   echo  "$(tc-getCC) ${CFLAGS} -fPIC -c UFconfig.c -o UFconfig.lo"
-   $(tc-getCC) ${CFLAGS} -fPIC -c UFconfig.c -o UFconfig.lo || die
-   echo "$(tc-getCC) ${LDFLAGS} -shared -Wl,-soname,libufconfig.so.${PV} 
-o libufconfig.so.${PV} UFconfig.lo"
-   $(tc-getCC) ${LDFLAGS} -shared -Wl,-soname,libufconfig.so.${PV} -o 
libufconfig.so.${PV} UFconfig.lo || die
-   if use static-libs; then
-   echo "$(tc-getCC) ${CFLAGS} -c UFconfig.c -o UFconfig.o"
-   $(tc-getCC) ${CFLAGS} -c UFconfig.c -o UFconfig.o || die
-   echo "$(tc-getAR) libufconfig.a UFconfig.o"
-   $(tc-getAR) cr libufconfig.a UFconfig.o
-   fi
-}
-
-src_install() {
-   dolib.so libufconfig.so.${PV} || die
-   dosym libufconfig.so.${PV} /usr/$(get_libdir)/libufconfig.so
-   if use static-libs; then
-   dolib.a libufconfig.a || die
-   fi
-   insinto /usr/include
-   doins UFconfig.h || die
-   dodoc README.txt || die
-}

diff --git a/sci-libs/ufconfig/ufconfig-3.6.1.ebuild 
b/sci-libs/ufconfig/ufconfig-3.6.1.ebuild
deleted file mode 100644
index 0d9d8fc8287..000
--- a/sci-libs/ufconfig/ufconfig-3.6.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit multilib toolchain-funcs
-
-MY_PN=UFconfig
-DESCRIPTION="Common configuration scripts for the SuiteSparse libraries"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/UFconfig;
-SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-macos"
-IUSE="static-libs"
-DEPEND=""
-
-S="${WORKDIR}/${MY_PN}"
-
-src_compile() {
-   echo  "$(tc-getCC) ${CFLAGS} -fPIC -c UFconfig.c -o UFconfig.lo"
-   $(tc-getCC) ${CFLAGS} -fPIC -c UFconfig.c -o UFconfig.lo || die
-   echo "$(tc-getCC) ${LDFLAGS} -shared -Wl,-soname,libufconfig.so.${PV} 
-o 

[gentoo-commits] repo/gentoo:master commit in: sci-libs/ufconfig/

2019-10-11 Thread Matt Turner
commit: d9011201a2ed2cfb08e8e1690d95b706da5489f1
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 12 04:20:33 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 12 04:29:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9011201

sci-libs/ufconfig: drop to ~alpha, bug 696348

Signed-off-by: Matt Turner  gentoo.org>

 sci-libs/ufconfig/ufconfig-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/ufconfig/ufconfig-3.5.0.ebuild 
b/sci-libs/ufconfig/ufconfig-3.5.0.ebuild
index 913a175b96d..b78aeb3a559 100644
--- a/sci-libs/ufconfig/ufconfig-3.5.0.ebuild
+++ b/sci-libs/ufconfig/ufconfig-3.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x86-macos"
+KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x86-macos"
 IUSE="static-libs"
 DEPEND=""
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/ufconfig/

2019-10-11 Thread Sergei Trofimovich
commit: 21622a2fbc61d958fc1529853f414d8c5acf8471
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 11 22:18:03 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 11 22:31:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21622a2f

sci-libs/ufconfig: stable 3.7.1 for hppa, bug #696348

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sci-libs/ufconfig/ufconfig-3.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild 
b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
index 14f5bfbb841..0481ccd35d9 100644
--- a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
+++ b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
 IUSE="static-libs"
 DEPEND=""
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/ufconfig/

2019-10-07 Thread Agostino Sarubbo
commit: acea3c7ba9069b35fdd5a54f9d1380a811a78570
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 10:43:51 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 10:43:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acea3c7b

sci-libs/ufconfig: sparc stable wrt bug #696348

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/ufconfig/ufconfig-3.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild 
b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
index 01734cca056..db9327a08d3 100644
--- a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
+++ b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="static-libs"
 DEPEND=""
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/ufconfig/

2019-10-07 Thread Agostino Sarubbo
commit: ce1c4e11c5a864e84d72f23ef1d3048d403570d8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 10:38:19 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 10:38:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1c4e11

sci-libs/ufconfig: ppc64 stable wrt bug #696348

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/ufconfig/ufconfig-3.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild 
b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
index fc21efd03be..01734cca056 100644
--- a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
+++ b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="static-libs"
 DEPEND=""
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/ufconfig/

2019-10-07 Thread Agostino Sarubbo
commit: 7d639b9e172c3ea9a1bb204bf65742f4a7f0ab68
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 09:46:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 09:47:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d639b9e

sci-libs/ufconfig: ppc stable wrt bug #696348

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/ufconfig/ufconfig-3.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild 
b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
index df728fc36c1..fc21efd03be 100644
--- a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
+++ b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="static-libs"
 DEPEND=""
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/ufconfig/

2019-10-07 Thread Agostino Sarubbo
commit: 12edb271a0eecb994b9ebb34da8252683e4932f8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 08:59:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 08:59:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12edb271

sci-libs/ufconfig: x86 stable wrt bug #696348

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/ufconfig/ufconfig-3.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild 
b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
index ee61401380e..df728fc36c1 100644
--- a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
+++ b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="static-libs"
 DEPEND=""
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/ufconfig/

2019-10-07 Thread Agostino Sarubbo
commit: 98bcac81a68687500273e3197577ee68fbd8a1b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 08:39:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 08:39:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98bcac81

sci-libs/ufconfig: amd64 stable wrt bug #696348

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/ufconfig/ufconfig-3.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild 
b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
index f7b2aa3063e..ee61401380e 100644
--- a/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
+++ b/sci-libs/ufconfig/ufconfig-3.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="static-libs"
 DEPEND=""