diff options
Diffstat (limited to 'app-misc/ytree/ytree-2.02.ebuild')
-rw-r--r-- | app-misc/ytree/ytree-2.02.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-misc/ytree/ytree-2.02.ebuild b/app-misc/ytree/ytree-2.02.ebuild index a3a24fd384af..b44c98a5a576 100644 --- a/app-misc/ytree/ytree-2.02.ebuild +++ b/app-misc/ytree/ytree-2.02.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 @@ -26,8 +26,10 @@ PATCHES=( DOCS=( CHANGES README THANKS ytree.conf ) -pkg_setup() { - tc-export CC +src_configure() { + tc-export CC PKG_CONFIG + + default } src_install() { |