diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-11-28 19:42:54 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-11-28 19:47:49 +0100 |
commit | 95011c994ae4be6be2e915729822b7d2730cfd7c (patch) | |
tree | ebe369cd37a4375851c10fc7fc2c7a5a9c2e5cec /sci-libs | |
parent | sci-libs/gloo: VariableOrderWrong (diff) | |
download | gentoo-95011c994ae4be6be2e915729822b7d2730cfd7c.tar.gz gentoo-95011c994ae4be6be2e915729822b7d2730cfd7c.tar.bz2 gentoo-95011c994ae4be6be2e915729822b7d2730cfd7c.zip |
sci-libs/ideep: VariableOrderWrong
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ideep/ideep-3.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/ideep/ideep-3.3.2.ebuild b/sci-libs/ideep/ideep-3.3.2.ebuild index 58a69716df8e..dbf932362e8d 100644 --- a/sci-libs/ideep/ideep-3.3.2.ebuild +++ b/sci-libs/ideep/ideep-3.3.2.ebuild @@ -9,12 +9,12 @@ HOMEPAGE="https://github.com/intel/ideep" SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/${MYP}.tar.gz -> ${PF}.tar.gz" +S="${WORKDIR}"/ideep-${MYP} + LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -S="${WORKDIR}"/ideep-${MYP} - src_install() { doheader -r include/* } |