diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-terms/root-tail | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-terms/root-tail')
-rw-r--r-- | x11-terms/root-tail/Manifest | 2 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-1.2-r4.ebuild | 13 |
2 files changed, 8 insertions, 7 deletions
diff --git a/x11-terms/root-tail/Manifest b/x11-terms/root-tail/Manifest index 856186ca7c20..4b2647e9ce36 100644 --- a/x11-terms/root-tail/Manifest +++ b/x11-terms/root-tail/Manifest @@ -1,4 +1,4 @@ AUX root-tail-1.2-kde.patch 3188 BLAKE2B 122e2ade46725c9e1dacaf5e68f283b3efe2c968407e48d7ee0567e10d5d360f479588ac1b9f6da74a5d0fec52e83ac51ddc6789d8b560c43a83aba5b1ba5ac4 SHA512 f99c8cd04664d7e1afe21854d2ba9114387c55fa89268aca7cbeb88ecfeedad26529bdfd2b52dbe88d74959f4943571bda1f518fb41d8827f04f25e250bc7fb7 DIST root-tail-1.2.tar.gz 20805 BLAKE2B 29891f0bbedc18d6b4e6e726234d7abaf107fa96b3da3a38a5a3aa91edd00403ae52166491cd5ec59f903b12c0edcddc92a3576db3127a837ae9ac3480823c40 SHA512 9e0b046d3e22ad8e85baa356ae8850885759e28624840901465c88c5791595db89da8d7908446cfa52cef180d2ae5a6d3857310679dc37545b6a9cabdd1d3e10 -EBUILD root-tail-1.2-r4.ebuild 961 BLAKE2B 88fc2283aefc2a9f4028b9d7a518c7ebb3c721cf78edc3a7540b4010598eb8631ed0ccd52be7321d06a994bf04a5ac75b4907957d2ccb34b1e7e4c2d6260edbe SHA512 9ad7ac179081a15d94220812a4e0b1532d224e09fd9cbf65037163e5e17fb69b8c69c2ccedf89252560d546c521d0e4c22d5a50c1d0226ba9728f91a2c97e124 +EBUILD root-tail-1.2-r4.ebuild 1068 BLAKE2B fd3ab90f2d0ec13e0d97641e486ff78421f5e242cf5796c14ed31db5682399e58bc4e16783edbf2b64d0c7d06739bc66e2fc9ce6b7671b19909e457c0b4b656a SHA512 936c40718b7b9ff2b559433a5600eeca7cfa34160e3e3cdefd8ff7b354a71c8f36d3c811b5092638c3f518e3744e3b869261899ae84f2f234ad6bf571751ac45 MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/x11-terms/root-tail/root-tail-1.2-r4.ebuild b/x11-terms/root-tail/root-tail-1.2-r4.ebuild index 410af2e42979..ea4f261a0a94 100644 --- a/x11-terms/root-tail/root-tail-1.2-r4.ebuild +++ b/x11-terms/root-tail/root-tail-1.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,10 +16,10 @@ IUSE="kde debug" RDEPEND="x11-libs/libXext x11-libs/libX11" -DEPEND="x11-misc/imake +DEPEND="${RDEPEND}" +BDEPEND=">=x11-misc/imake-1.0.8-r1 app-text/rman x11-base/xorg-proto - x11-libs/libX11 x11-misc/gccmakedep" src_prepare() { @@ -28,15 +28,16 @@ src_prepare() { } src_configure() { - xmkmf -a + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \ + IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf -a || die } src_compile() { sed -i 's:/usr/X11R6/bin:/usr/bin:' Makefile || die "sed Makefile failed" use debug && append-flags -DDEBUG emake \ - CC=$(tc-getCC) \ - CCOPTIONS="${CFLAGS}" \ + CC="$(tc-getCC)" \ + CDEBUGFLAGS="${CFLAGS}" \ EXTRA_LDOPTIONS="${LDFLAGS}" } |