diff options
author | Sam James <sam@gentoo.org> | 2021-04-17 02:51:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 02:38:20 +0100 |
commit | c5a1059bbb719c64407f073cf3c194792ff68027 (patch) | |
tree | 6d56d468859b71433dcf43d93a495a1c3833e1e7 /app-arch/cksfv | |
parent | app-arch/cksfv: add gitlab remote-id (diff) | |
download | gentoo-c5a1059bbb719c64407f073cf3c194792ff68027.tar.gz gentoo-c5a1059bbb719c64407f073cf3c194792ff68027.tar.bz2 gentoo-c5a1059bbb719c64407f073cf3c194792ff68027.zip |
app-arch/xdms: respect DESTDIR, fix man dest, Darwin build
* EAPI 6->7
* Respect DESTDIR (similar patch to app-arch/cksfv, naturally)
* Fix VariableScope issue (${ED} in src_configure, see point 1)
* Fix man page destination
* Fix build on Darwin (append standard undefined lookup flag)
Bug: https://bugs.gentoo.org/721896
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/cksfv')
-rw-r--r-- | app-arch/cksfv/cksfv-1.3.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/cksfv/cksfv-1.3.15.ebuild b/app-arch/cksfv/cksfv-1.3.15.ebuild index f6c62153bb39..82027ff3bdc6 100644 --- a/app-arch/cksfv/cksfv-1.3.15.ebuild +++ b/app-arch/cksfv/cksfv-1.3.15.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 |