summaryrefslogtreecommitdiff
path: root/x11-misc/xfishtank
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-misc/xfishtank
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-misc/xfishtank')
-rw-r--r--x11-misc/xfishtank/Manifest2
-rw-r--r--x11-misc/xfishtank/xfishtank-2.5.ebuild11
2 files changed, 6 insertions, 7 deletions
diff --git a/x11-misc/xfishtank/Manifest b/x11-misc/xfishtank/Manifest
index 1ea591b6049d..2935c38fc392 100644
--- a/x11-misc/xfishtank/Manifest
+++ b/x11-misc/xfishtank/Manifest
@@ -1,3 +1,3 @@
DIST xfishtank-2.5.tar.gz 153464 BLAKE2B 0bb3121b84c3d08ea2251a70f9ad569e90fe6299ad3ee4942ec83d80483fcf4db0b0079161c28ff63461597f76b0d0532a65c1bde8aa821ff6bc92be189843f2 SHA512 1bfe16737bdbc2b7cf74abb98408bf632d8881f15753005424f84eba4afca756b07fa7ad424df800ee3f3e46e033b8f60142877bcd9a7e4e806e318ee283721f
-EBUILD xfishtank-2.5.ebuild 704 BLAKE2B 9f33915ca44a3258b535a7bad9b51438f36150605f3fadf439210053ea3270c3cca616522e84715311db079604464c2f7ba439fe07f34c758e24294b59840840 SHA512 4a27e4f939600ebbe59a1bec25f2161f6cd9402e193c90e1d3fca92864db64897c40103f7703b1e29a1aa9573d38f1c99115a83dbc6d39dd363dd194728f66c8
+EBUILD xfishtank-2.5.ebuild 793 BLAKE2B f5e21a60bd5e740bfa2467dfb80659443cbfd55aa3878c73b985f76d619458016d3ee9b46103d582e666cfa1b57acb645b643addae2c173fc4a6dae8960987bb SHA512 09f6e410bf05471891dde26f8e549913420c5a176cddf0f685c9638fd194b6cae7b83162a8a68c4f7677e9786ecd92845db54d3de0f425f00c85e5afabff040d
MISC metadata.xml 276 BLAKE2B c4cbc92f4cc708c8a571df5735be5dc6d3b2b9d882265fbf398ca38a7c685a9da8d647e78d05a85edae0568f141b065edaa6ac6f6022106fabb8126740b1c60d SHA512 3497963f4fb51bb32521472b54a995091cb457d2cda65c786bd4b46e5af325caf8f6d5c969cefa0c09fe717df09fb015ec59b52f5571c3b2b9d4ea33e6c843ab
diff --git a/x11-misc/xfishtank/xfishtank-2.5.ebuild b/x11-misc/xfishtank/xfishtank-2.5.ebuild
index 7ef03d5d699d..cda06f5cd4d6 100644
--- a/x11-misc/xfishtank/xfishtank-2.5.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.5.ebuild
@@ -18,17 +18,16 @@ RDEPEND="
x11-libs/libXext
x11-libs/libXt
"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
-"
+DEPEND="${RDEPEND}"
BDEPEND="
- x11-misc/imake
+ x11-base/xorg-proto
+ >=x11-misc/imake-1.0.8-r1
"
S=${WORKDIR}/${PN}
src_configure() {
- xmkmf || die
+ CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
+ IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die
}
src_compile() {