diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-31 08:55:51 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-31 08:57:05 -0400 |
commit | 8780009d7f7b9c8bfcf7514cb8a266b67562e3b4 (patch) | |
tree | 1d21715ab1804568c8a29adaa0eceffd2f9fee21 /x11-terms | |
parent | x11-plugins/pidgin-mbpurple: move tc-export CC to src_configure() (diff) | |
download | gentoo-8780009d7f7b9c8bfcf7514cb8a266b67562e3b4.tar.gz gentoo-8780009d7f7b9c8bfcf7514cb8a266b67562e3b4.tar.bz2 gentoo-8780009d7f7b9c8bfcf7514cb8a266b67562e3b4.zip |
x11-terms/xvt: move tc-export CC to src_configure()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/xvt/xvt-2.1-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-terms/xvt/xvt-2.1-r3.ebuild b/x11-terms/xvt/xvt-2.1-r3.ebuild index 1c3076cf2257..ec2d970817df 100644 --- a/x11-terms/xvt/xvt-2.1-r3.ebuild +++ b/x11-terms/xvt/xvt-2.1-r3.ebuild @@ -38,8 +38,7 @@ PATCHES=( "${FILESDIR}/${PN}-pts.patch" ) -src_prepare() { - default +src_configure() { tc-export CC } |