diff options
author | Philip Miess <Philip_Miess@yahoo.com> | 2017-10-09 21:42:46 -0400 |
---|---|---|
committer | Philip Miess <Philip_Miess@yahoo.com> | 2017-10-09 21:42:46 -0400 |
commit | 8ff6d62616dcc80666a33d05c1f836f68763f99a (patch) | |
tree | c673fa717c218cbf786bcabf7f6e715b4de68794 /app-text | |
parent | update manifest (diff) | |
download | superposition-8ff6d62616dcc80666a33d05c1f836f68763f99a.tar.gz superposition-8ff6d62616dcc80666a33d05c1f836f68763f99a.tar.bz2 superposition-8ff6d62616dcc80666a33d05c1f836f68763f99a.zip |
update patch
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/presage/Manifest | 2 | ||||
-rw-r--r-- | app-text/presage/files/presage-0.8.9-automagic.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest index 4754c73..d82214d 100644 --- a/app-text/presage/Manifest +++ b/app-text/presage/Manifest @@ -1,3 +1,3 @@ -AUX presage-0.8.9-automagic.patch 4394 SHA256 2a8fdb54c6042e5bdaa21d2fda30fcf864ff6a7478a20b90f32d585207ef9868 SHA512 2154bb8c0086a66f89610cb78364e15da65eeef7fc4660daa9149485baae675a43f5709232341a16e62b6a729a736ad9362e5f89d819532734df9336726e38b3 WHIRLPOOL 1e1d0b0103e01428f1c3e91c5337b7e2155672aaa6b9f94278fbbc5e105faaa1eddc7eee1d4898a22036f2c870b44a363e81fd1ed7cec9e3d4798410b4e880c3 +AUX presage-0.8.9-automagic.patch 4396 SHA256 249b6aee1e6bee7814345cfe5f10804c5e307f6f97714d6c6f1a86764651f1da SHA512 aa9d5dfc21c96d39b15aaa5262fc0d00f9bd3ab08387c9357a0eb265226fa8781742e97b163711b3c2907b44ae675a0f03ae638f0b3fde9a3c8274226d6fa2ec WHIRLPOOL 4df12ea69f95a5871aeb4b8706a94b1c986726cec9a34ff87ec45ee378a055c8ccd8020aba252fb27533377fd7ef6e224f6d6aea468c1383904e321733d73d2a 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 127cc19..a4cc65f 100644 --- a/app-text/presage/files/presage-0.8.9-automagic.patch +++ b/app-text/presage/files/presage-0.8.9-automagic.patch @@ -116,8 +116,8 @@ AC_MSG_CHECKING(for python dbus module) $PYTHON -c "import dbus" 2&>/dev/null @@ -275,7 +299,7 @@ - fi - AC_MSG_RESULT($have_dbus_python) + fi + AC_MSG_RESULT($have_dbus_python) fi -AM_CONDITIONAL([HAVE_DBUS_PYTHON], [test "x$have_dbus_python" = "xyes"]) +AM_CONDITIONAL([HAVE_DBUS_PYTHON], [test "x$have_dbus_python" = "xyes" -a "x$enable_python" = "xyes"]) |