summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-09-28 18:55:55 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-09-28 18:55:55 -0400
commite7db67265d61ea97539537f19080a7a8b7625662 (patch)
tree8a630250319b76593ec63c2c2af382776898d359 /games-puzzle
parentgames-puzzle/flobopuyo: EAPI6->8, fix runtime with optimizations (diff)
downloadgentoo-e7db67265d61ea97539537f19080a7a8b7625662.tar.gz
gentoo-e7db67265d61ea97539537f19080a7a8b7625662.tar.bz2
gentoo-e7db67265d61ea97539537f19080a7a8b7625662.zip
games-puzzle/flobopuyo: remove unsued CC export
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild b/games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild
index 295962f0e661..c38cdc1d7cbb 100644
--- a/games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild
+++ b/games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild
@@ -40,7 +40,7 @@ src_prepare() {
}
src_compile() {
- tc-export CC CXX PKG_CONFIG
+ tc-export CXX PKG_CONFIG
emake PREFIX="${EPREFIX}"/usr ENABLE_OPENGL=$(usex opengl true false)
}