summaryrefslogtreecommitdiff
path: root/net-misc/x11-ssh-askpass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-30 15:24:40 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-30 15:24:40 +0100
commit31459e63971ac3b08706bba949851d93c45043c3 (patch)
treef50f9db11363f1369a1aead733baccaf2842b673 /net-misc/x11-ssh-askpass
parenteba9b95ba8976f2938bafa5789c1b50611bb3459 (diff)
gentoo auto-resync : 30:09:2022 - 15:24:40
Diffstat (limited to 'net-misc/x11-ssh-askpass')
-rw-r--r--net-misc/x11-ssh-askpass/Manifest2
-rw-r--r--net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/x11-ssh-askpass/Manifest b/net-misc/x11-ssh-askpass/Manifest
index d093eb353576..06b80e8a6c2c 100644
--- a/net-misc/x11-ssh-askpass/Manifest
+++ b/net-misc/x11-ssh-askpass/Manifest
@@ -1,3 +1,3 @@
DIST x11-ssh-askpass-1.2.4.1.gh.tar.gz 29740 BLAKE2B bf0aadcd4c85351c9deb4908eaeef80536d4ee123b194deef6959ff85f05005666de71c71112cc9c0083a0c5f996cb173a957c52bacade3b23ef0908d341882d SHA512 293c0bc623400d3359a920eca491930daa110685936cfcaf9eea07e439fc29de64413f4df4a18523cd8fdfce44794c55d7e3abafb904e8e90891b22d38f01a2f
-EBUILD x11-ssh-askpass-1.2.4.1-r2.ebuild 1047 BLAKE2B 5968786935e5e63fbf55c6fd78d39df5f1e9902b1721bf2b74daed7013f900d3b8a8c6d8d3418ccd581ee45e4d1090047ec9b9cf5e39dddebf62465e786e6477 SHA512 f1d5b115ebc9d1941ba5750e761d891d6256d9100bba62751c67dcfd9d7fe16337de2a8c683a5c1d0363fc484014b756095d0fd1d464dcd46ebfe738b37f9d61
+EBUILD x11-ssh-askpass-1.2.4.1-r2.ebuild 1065 BLAKE2B fcf572d144b7247e45188da1ca8bf85003e0e9e2ccf5bbd1593ea60b5038a7de60ae34facd444c9d82749cbffb0e21b9ba1f3b412d2274aaef55c3eb60fe5ab3 SHA512 c75ab1da6ef1e8a290b13437fb00cc6da217ea79793acb87724151780c4ef0df1eec36cc31778b523ef890644a821797b980fdda3d713328d8988d565bcf8837
MISC metadata.xml 704 BLAKE2B 7971b7f098a5704bc90069b591ac4053f82f4ba08211f98876701bb2d5a6de69173f02c5d94c11f9924391a2e6e9d35fa8b25a840604a86b86d95a6901a42e52 SHA512 231225ef5b0a725a7af4d643e95d7cfc926fa8a70336426c4a17b1d3ca7571a5701fc89c372116b2f129f2ff39375de6ed0d8786dacbf57b94f31be26aea9a6c
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild
index a799f42b4c5e..155003835707 100644
--- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild
+++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,13 +21,14 @@ RDEPEND="virtual/ssh
x11-libs/libXt"
DEPEND="${RDEPEND}"
BDEPEND="app-text/rman
+ sys-devel/gcc
>=x11-misc/imake-1.0.8-r1"
src_configure() {
econf --libexecdir=/usr/"$(get_libdir)"/misc \
--disable-installing-app-defaults
CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
- IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die "xmkmf failed"
+ IMAKECPP="${IMAKECPP:-${CHOST}-gcc -E}" xmkmf || die "xmkmf failed"
}
src_compile() {