diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-11-28 19:27:14 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-11-28 19:47:02 +0100 |
commit | 22ead8dd0fae79ea00820bc8680d4af00b6efb69 (patch) | |
tree | bada1aa0fa946db9dec13ab93d94afa66feff936 /dev-libs/libnop | |
parent | dev-libs/asmjit: VariableOrderWrong (diff) | |
download | gentoo-22ead8dd0fae79ea00820bc8680d4af00b6efb69.tar.gz gentoo-22ead8dd0fae79ea00820bc8680d4af00b6efb69.tar.bz2 gentoo-22ead8dd0fae79ea00820bc8680d4af00b6efb69.zip |
dev-libs/libnop: VariableOrderWrong
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-libs/libnop')
-rw-r--r-- | dev-libs/libnop/libnop-2021.11.03.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libnop/libnop-2021.11.03.ebuild b/dev-libs/libnop/libnop-2021.11.03.ebuild index 6ec8f7df146d..7aa26fbcc17c 100644 --- a/dev-libs/libnop/libnop-2021.11.03.ebuild +++ b/dev-libs/libnop/libnop-2021.11.03.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,6 +9,8 @@ HOMEPAGE="https://github.com/google/libnop" SRC_URI="https://github.com/google/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${CommitId} + LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" @@ -17,8 +19,6 @@ IUSE="test" BDEPEND="test? ( dev-cpp/gtest )" RESTRICT="!test? ( test )" -S="${WORKDIR}"/${PN}-${CommitId} - PATCHES=( "${FILESDIR}"/${P}-libstdc++.patch ) src_compile() { |