summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/polymc/polymc-1.2.1.ebuild')
-rw-r--r--games-action/polymc/polymc-1.2.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games-action/polymc/polymc-1.2.1.ebuild b/games-action/polymc/polymc-1.2.1.ebuild
index d488a775fb9a..00e26da2635e 100644
--- a/games-action/polymc/polymc-1.2.1.ebuild
+++ b/games-action/polymc/polymc-1.2.1.ebuild
@@ -77,7 +77,9 @@ RDEPEND="
virtual/opengl
"
-PATCHES=( "${FILESDIR}/${PN}-iconfix.patch" )
+if [[ ${PV} != 9999 ]]; then
+ PATCHES=( "${FILESDIR}/${PN}-iconfix.patch" )
+fi
src_prepare() {
cmake_src_prepare