summaryrefslogtreecommitdiff
path: root/games-strategy/gwp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
commit71deace00d1a2b091313fe137ab7092418c6f87c (patch)
tree9f1f0dee23e13658e52f49437befe78427148c51 /games-strategy/gwp
parent29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff)
gentoo resync : 10.02.2020
Diffstat (limited to 'games-strategy/gwp')
-rw-r--r--games-strategy/gwp/Manifest2
-rw-r--r--games-strategy/gwp/gwp-0.4.0-r4.ebuild (renamed from games-strategy/gwp/gwp-0.4.0-r3.ebuild)7
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/gwp/Manifest b/games-strategy/gwp/Manifest
index e00be7db2e04..025bfc6661da 100644
--- a/games-strategy/gwp/Manifest
+++ b/games-strategy/gwp/Manifest
@@ -1,5 +1,5 @@
AUX gwp-0.4.0-exec-stack.patch 2842 BLAKE2B 7ab54e843e6b19768f433cae2898e7d9df7380996dc1e2afab8d9d3cf3ce081beef247d12234622e23fe6508aef21f3aecda5f4bc9744be6e9051eabc2aa8751 SHA512 b6845071c5639e4d240742e7470de4723e534814b670e8b98b1971c6e1ae2a64a8d4b8ffaf86ef28bdf3ad6d861dfeee5e2c5e46c43ea955614999fbed46da96
AUX gwp-0.4.0-gcc41.patch 4100 BLAKE2B 656a9a6b514bd78e61b48a0f43e4230e8164107939c790d599398a0be213383f4f367e9c109cb3935b4a6a150034306f453a72356a2ea408e15e70ffc96ca16b SHA512 0e3acd8978f3a6f1585ad45c2d04c97282daa9173b6d67807d473d79bbc665be4a3471537139e9d710832afeff5e6aa4a3064c3cc36cfe3beba012f330530f31
DIST gwp-0.4.0.tar.gz 2294453 BLAKE2B 75a688a00b3411c577e6eaae500d15963efb1c96edd82a50863239225fba2d653b52becda8ae71dbe5b88910382d1c64456fc13899e559d3aefefb6bed1e7da5 SHA512 dcb23bb49929bc01129ab5f02b56edb7f775feb0c37bd7613277af8aa0f4b47667f95413725f74a2b83b60159555a50fcabdc8736094aad0684b03cd150b4957
-EBUILD gwp-0.4.0-r3.ebuild 1312 BLAKE2B 7d64a2d61eb2e6359710ea46d8a9e43f08892407cdf9ee8ac6d62681ee29e7d66b11b0aaf0c4c7a78857a6c0e6e46cf16448b7c57f8043246d68d2f084f65cb4 SHA512 6df424a66ea2d011eeeb4b80373f0aeb343f1a12ae56c3a1896d33e16ee4861516ddbf6861878587edf274570bed0555044a6126cf3620e6063571ceab2d24e1
+EBUILD gwp-0.4.0-r4.ebuild 1348 BLAKE2B dcc51746fea6ee4e07e0149f8c9a9af9658e299d259abb883ee03f467d9b8107b0c94d8c640af6a1bc48eb99a2b2c327995adeb3f3bc8271d013245c5c3d0b39 SHA512 4b48d8621ddbdbed4160b6906cd1f91154139f8f7c51396f29719ad0aebcf33038ed9eb2a5f3609411b5cd14666e12356700d813b885d4e7e84fcb24c4444121
MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-strategy/gwp/gwp-0.4.0-r3.ebuild b/games-strategy/gwp/gwp-0.4.0-r4.ebuild
index f9a4fa227439..86e8f30a76bb 100644
--- a/games-strategy/gwp/gwp-0.4.0-r3.ebuild
+++ b/games-strategy/gwp/gwp-0.4.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -25,7 +25,10 @@ RDEPEND="x11-libs/gtk+:2
nls? ( virtual/libintl )
opengl? ( x11-libs/gtkglext )
python? ( ${PYTHON_DEPS}
- dev-python/pygtk[${PYTHON_USEDEP}] )"
+ $(python_gen_cond_dep '
+ dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
+ ')
+ )"
DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"