diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2020-05-18 11:09:10 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2020-05-18 11:09:10 +0300 |
commit | 4eee3a32dbcdd71e94f6e499efebd211e1ad0fbc (patch) | |
tree | 150116a063e9ac7056954a546646f6aad8b8a99a /sys-cluster/knem | |
parent | app-crypt/seahorse: bump to 3.34.1 (diff) | |
download | gentoo-4eee3a32dbcdd71e94f6e499efebd211e1ad0fbc.tar.gz gentoo-4eee3a32dbcdd71e94f6e499efebd211e1ad0fbc.tar.bz2 gentoo-4eee3a32dbcdd71e94f6e499efebd211e1ad0fbc.zip |
sys-cluster/knem: Update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sys-cluster/knem')
-rw-r--r-- | sys-cluster/knem/knem-1.1.3.ebuild | 6 | ||||
-rw-r--r-- | sys-cluster/knem/knem-9999.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys-cluster/knem/knem-1.1.3.ebuild b/sys-cluster/knem/knem-1.1.3.ebuild index ed55d7b088e1..b0608beda96b 100644 --- a/sys-cluster/knem/knem-1.1.3.ebuild +++ b/sys-cluster/knem/knem-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,10 +6,10 @@ EAPI=6 inherit autotools linux-mod linux-info toolchain-funcs udev multilib DESCRIPTION="High-Performance Intra-Node MPI Communication" -HOMEPAGE="http://runtime.bordeaux.inria.fr/knem/" +HOMEPAGE="http://knem.gforge.inria.fr/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://gforge.inria.fr/git/knem/knem.git" - inherit git-2 + inherit git-r3 KEYWORDS="" else SRC_URI="http://gforge.inria.fr/frs/download.php/37186/${P}.tar.gz" diff --git a/sys-cluster/knem/knem-9999.ebuild b/sys-cluster/knem/knem-9999.ebuild index 135aad0a586b..6e9922630791 100644 --- a/sys-cluster/knem/knem-9999.ebuild +++ b/sys-cluster/knem/knem-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools linux-mod linux-info toolchain-funcs udev multilib DESCRIPTION="High-Performance Intra-Node MPI Communication" -HOMEPAGE="http://runtime.bordeaux.inria.fr/knem/" +HOMEPAGE="http://knem.gforge.inria.fr/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://gforge.inria.fr/git/knem/knem.git" inherit git-r3 @@ -33,6 +33,8 @@ BUILD_PARAMS="KDIR=${KERNEL_DIR}" pkg_setup() { linux-info_pkg_setup + CONFIG_CHECK="DMA_ENGINE" + check_extra_config linux-mod_pkg_setup ARCH="$(tc-arch-kernel)" ABI="${KERNEL_ABI}" |