summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2017-10-09 21:50:14 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2017-10-09 21:50:14 -0400
commite095d2981c78818d5c7eaf7d583bc278427477f7 (patch)
tree033ab4d4a43b237bba893add8f711394808af075 /app-text
parentupdate patch (diff)
downloadsuperposition-e095d2981c78818d5c7eaf7d583bc278427477f7.tar.gz
superposition-e095d2981c78818d5c7eaf7d583bc278427477f7.tar.bz2
superposition-e095d2981c78818d5c7eaf7d583bc278427477f7.zip
fix patch
Diffstat (limited to 'app-text')
-rw-r--r--app-text/presage/Manifest2
-rw-r--r--app-text/presage/files/presage-0.8.9-automagic.patch4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index d82214d..f7aaccf 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
-AUX presage-0.8.9-automagic.patch 4396 SHA256 249b6aee1e6bee7814345cfe5f10804c5e307f6f97714d6c6f1a86764651f1da SHA512 aa9d5dfc21c96d39b15aaa5262fc0d00f9bd3ab08387c9357a0eb265226fa8781742e97b163711b3c2907b44ae675a0f03ae638f0b3fde9a3c8274226d6fa2ec WHIRLPOOL 4df12ea69f95a5871aeb4b8706a94b1c986726cec9a34ff87ec45ee378a055c8ccd8020aba252fb27533377fd7ef6e224f6d6aea468c1383904e321733d73d2a
+AUX presage-0.8.9-automagic.patch 4344 SHA256 01108beee4b326604bb07a86b686caa3633d039aee4c23ec229f245ac86b7730 SHA512 02e2d7f47e8f7eda0dce2c8f3911bd93a2372a2f4761f84201399cf103927a9c1cc9f7a408ec64e415c221fb3915ba1f8c2d045f6f99ee9af64abfe8adfc756d WHIRLPOOL b6f47942cc1732aee0cbe4229d96bd4b7bf2c4be4a0591f46d207bbc922a07d9223203520518d9c6a4361064ec33f797eece79bc121239c1a994fedf9b62a5b5
DIST presage-0.8.9.tar.gz 2568505 SHA256 5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1 WHIRLPOOL 029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
EBUILD presage-0.8.9.ebuild 1086 SHA256 ba32954e5bd98bbce17f0af5ea3f3453b483a148021cefaf172ad20e362d3203 SHA512 5a7c72bcf3eddae357e6360cab98b400540d4674293229963575d837a03f9ed5cd924206424406dc2e47c6fb8b23168fccea525ebfc963547071f42541a5cdbd WHIRLPOOL 0545a601864581de0ccd61cfa11de0d2b53e685e0f50ad106a4db9187d949181cd2d58a63fd1e7ac07a68253c803292fac86f88a391c378ab724d006215301e8
diff --git a/app-text/presage/files/presage-0.8.9-automagic.patch b/app-text/presage/files/presage-0.8.9-automagic.patch
index a4cc65f..dcaf379 100644
--- a/app-text/presage/files/presage-0.8.9-automagic.patch
+++ b/app-text/presage/files/presage-0.8.9-automagic.patch
@@ -113,8 +113,8 @@
dnl ======================
+
have_dbus_python=no
- AC_MSG_CHECKING(for python dbus module)
- $PYTHON -c "import dbus" 2&>/dev/null
+if test "$PYTHON" != :
+then
@@ -275,7 +299,7 @@
fi
AC_MSG_RESULT($have_dbus_python)