summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2017-10-25 20:50:49 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2017-10-25 20:50:49 -0400
commitc6a3f737e944cbdf73cfa8194a560f4fd4869bc7 (patch)
tree0e1a9035dad2960fad210af3b1d90d8f67c363dc /app-text
parentno its disable (diff)
downloadsuperposition-c6a3f737e944cbdf73cfa8194a560f4fd4869bc7.tar.gz
superposition-c6a3f737e944cbdf73cfa8194a560f4fd4869bc7.tar.bz2
superposition-c6a3f737e944cbdf73cfa8194a560f4fd4869bc7.zip
maybe stick it on the end?
Diffstat (limited to 'app-text')
-rw-r--r--app-text/presage/Manifest2
-rw-r--r--app-text/presage/presage-0.8.9.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 4b83431..f269e63 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
AUX presage-0.8.9-automagic.patch 4425 SHA256 21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a WHIRLPOOL e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
DIST presage-0.8.9.tar.gz 2568505 SHA256 5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1 WHIRLPOOL 029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1122 SHA256 c0cfe5986e240fe561ca7bae0f2cbb974b0e1cef3f4e8a54bd019dd9e7c295ef SHA512 67fe562ab52eeedb2a5a95c5a2b499aaf942b7f494ca8eccb4787dbf6ed6759b12750f3019bfee25896c8ebc3fb291570f111e05b80ffc4cf7bbad7d64eb0211 WHIRLPOOL 6c60207d25c84e679f777df45fcc4f6a1e03077d9225682968c1a80453a1ec4f38ff2b6a9e5a634aa2723a8f1ebcf6123d5a1b1cc17129a9cb2fa1e515addf67
+EBUILD presage-0.8.9.ebuild 1132 SHA256 f03d78db0846d6ac2475473b1374da8c58435719bd410cca8511e982a3c972b5 SHA512 5217d10f0e1ddf13da0550997d5e5387a9b182078d8942c2cbac6128ba43848bf2bfb701520316d172920411d90ce3faa8afb406af2baf32fb488c4efbd2bfed WHIRLPOOL e4fe770c0f2e4c09bdde72c7da176404e344cb1073a7652095529b642ba1d3e08cfd63ab93527991e46f6288a22692dc2bbe751cc63f4b81bcb782ba04cb89a4
diff --git a/app-text/presage/presage-0.8.9.ebuild b/app-text/presage/presage-0.8.9.ebuild
index d27bb84..61a1f93 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc examples gtk python sqlite test"
+IUSE="doc examples gtk python sqlite test -gprompter"
RDEPEND="
examples? ( sys-libs/ncurses )
@@ -42,11 +42,11 @@ src_configure() {
$(use_enable doc documentation)
$(use_enable examples curses)
$(use_enable gtk gpresagemate)
- --disable-gprompter
$(use_enable python)
$(use_enable python python-binding)
$(use_enable sqlite)
$(use_enable test)
)
- econf ${myeconfargs}
+ econf ${myeconfargs} --disable-gprompter
+
}