diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-11-28 19:42:12 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-11-28 19:47:44 +0100 |
commit | bfd6b2a6cc09556e8d63c2662c50b8b3440a54e7 (patch) | |
tree | e232f1c7851500640d87d8b9eb08d976293eeb62 /sci-libs/gloo | |
parent | sci-libs/foxi: VariableOrderWrong (diff) | |
download | gentoo-bfd6b2a6cc09556e8d63c2662c50b8b3440a54e7.tar.gz gentoo-bfd6b2a6cc09556e8d63c2662c50b8b3440a54e7.tar.bz2 gentoo-bfd6b2a6cc09556e8d63c2662c50b8b3440a54e7.zip |
sci-libs/gloo: VariableOrderWrong
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/gloo')
-rw-r--r-- | sci-libs/gloo/gloo-2023.07.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gloo/gloo-2023.07.19.ebuild b/sci-libs/gloo/gloo-2023.07.19.ebuild index 5bdcf1d00a44..e7f134898b96 100644 --- a/sci-libs/gloo/gloo-2023.07.19.ebuild +++ b/sci-libs/gloo/gloo-2023.07.19.ebuild @@ -11,6 +11,8 @@ HOMEPAGE="https://github.com/facebookincubator/gloo/" SRC_URI="https://github.com/facebookincubator/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${CommitId} + LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" @@ -32,8 +34,6 @@ DEPEND="${RDEPEND} BDEPEND="test? ( dev-cpp/gtest )" RESTRICT="test" # For some test the network is needed -S="${WORKDIR}"/${PN}-${CommitId} - PATCHES=( "${FILESDIR}"/${PN}-2022.05.18-gentoo.patch "${FILESDIR}"/${PN}-2023.01.17-cuda.patch |