summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-19 07:57:34 +0100
committerSam James <sam@gentoo.org>2021-04-19 20:10:21 +0100
commit2d6f627adda6803c60cec382d8f163c592ab0c3f (patch)
tree0c22de4304bc4f7346de961bb5671a2f9c05713f /x11-misc/gbase/gbase-0.5-r1.ebuild
parentx11-misc/bbrun: respect PKG_CONFIG (diff)
downloadgentoo-2d6f627adda6803c60cec382d8f163c592ab0c3f.tar.gz
gentoo-2d6f627adda6803c60cec382d8f163c592ab0c3f.tar.bz2
gentoo-2d6f627adda6803c60cec382d8f163c592ab0c3f.zip
x11-misc/gbase: respect PKG_CONFIG
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/gbase/gbase-0.5-r1.ebuild')
-rw-r--r--x11-misc/gbase/gbase-0.5-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-misc/gbase/gbase-0.5-r1.ebuild b/x11-misc/gbase/gbase-0.5-r1.ebuild
index 2a57e0d299c5..e40430eebba8 100644
--- a/x11-misc/gbase/gbase-0.5-r1.ebuild
+++ b/x11-misc/gbase/gbase-0.5-r1.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
inherit toolchain-funcs
-DESCRIPTION="a convert program for decimal, hexadecimal, octal and binary values"
+DESCRIPTION="A convert program for decimal, hexadecimal, octal and binary values"
HOMEPAGE="http://www.fluxcode.net"
SRC_URI="http://www.fluxcode.net/files/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
+
RESTRICT="test" #424671
RDEPEND="x11-libs/gtk+:2"
@@ -21,7 +22,7 @@ DEPEND="${RDEPEND}
PATCHES=( "${FILESDIR}"/${P}-gtk.patch )
src_compile() {
- tc-export CC
+ tc-export CC PKG_CONFIG
default
}