diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-23 18:34:49 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-23 18:51:52 +0100 |
commit | 06436b1eb2093eafbf3648ece76e16a3fce8f94a (patch) | |
tree | f1e1b4f6fb38697994763818723e1c4186019301 /games-puzzle/pathological | |
parent | dev-util/kernelshark: Drop unmaintained and broken 9999 ebuild (diff) | |
download | gentoo-06436b1eb2093eafbf3648ece76e16a3fce8f94a.tar.gz gentoo-06436b1eb2093eafbf3648ece76e16a3fce8f94a.tar.bz2 gentoo-06436b1eb2093eafbf3648ece76e16a3fce8f94a.zip |
games-puzzle/pathological: use tool-prefixed CC
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-puzzle/pathological')
-rw-r--r-- | games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild b/games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild index 85aff6751a6c..c41cdb26e8ec 100644 --- a/games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) -inherit desktop python-single-r1 +inherit desktop python-single-r1 toolchain-funcs DESCRIPTION="An enriched clone of the game 'Logical' by Rainbow Arts" HOMEPAGE="http://pathological.sourceforge.net/" @@ -70,6 +70,8 @@ src_prepare() { ${PN}.py || die python_fix_shebang ${PN}.py + + tc-export CC } src_install() { |