aboutsummaryrefslogtreecommitdiffstats
path: root/app-text
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-05-27 13:19:39 +0200
committerWynn Wolf Arbor2020-05-27 13:19:39 +0200
commit47b32277ea62174adeb56dac958942b61c7139b9 (patch)
tree87aea84d8e71ff5ffa55de8e16efbbebebe2ca39 /app-text
parent6c8d163eabc9fa5f5152115d8520853de599ea03 (diff)
downloadpramantha-47b32277ea62174adeb56dac958942b61c7139b9.tar.gz
app-text/lowdown: Bump to 0.6.5-r1
Enable support for statically-linked binaries by adding a 'static' USE flag. Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to 'app-text')
-rw-r--r--app-text/lowdown/Manifest2
-rw-r--r--app-text/lowdown/lowdown-0.6.5-r1.ebuild (renamed from app-text/lowdown/lowdown-0.6.5.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/lowdown/Manifest b/app-text/lowdown/Manifest
index 101c25c..e1b76fa 100644
--- a/app-text/lowdown/Manifest
+++ b/app-text/lowdown/Manifest
@@ -1,3 +1,3 @@
DIST lowdown-0.6.5.tar.gz 172871 BLAKE2B 76b61b6ca3bb24540a2458ab8e5b647cf1e88cdaa295bfeec416ccbfe149bb8eb6c4053d4260100762f7b9ab9c0e037fd89617ce67a76b068515dce55f7523df SHA512 c20290a08ab8558493eefa755b9b3f3f6d26505f07bcdfcbc59af9e6ad604cfe2fb04043f669324657c97f267192b396e3cf16fe1d241be9c27104a77da10c7f
-EBUILD lowdown-0.6.5.ebuild 463 BLAKE2B 728636cdd5805f6613cb50ca4e2fe9347450ad321e1799b815fd6f60a624e893140d829c696472a20e5ed64a0b092081c68e1d1a07cc96af263b64eabe4e1254 SHA512 61341160d4545fc1a7f64cebb242a7fc5d1de38f0975c5556fb7451c7da987022b3574e712f584600ebcbb7a2551da8cb64b02afb13599804764a76940dae9dc
+EBUILD lowdown-0.6.5-r1.ebuild 513 BLAKE2B 91466300da7b0accb8daf886095d224ccb5600088725805bb0e20a50c06a7e0ed7cde8c8ed6aeee33f52e52f672b82ddb914bed28df18cfe32bfca1ed45a6477 SHA512 6e126c756761324618bb2cf229b6bd00c94ce3d1a3719e76f5b91ecc69424522a1d2432d1114f312c7a07f2c06c536a2886d98ecc82a2514b4c6fcdd0dfeee13
MISC metadata.xml 223 BLAKE2B 2c1cd83f1f1d25a43ea978cd66b5c9f6020889613dfaed65d6745858a45d4bf50fda775305420e41c36cafd63d63746ed894411acbced66ab8ae04906dfb8592 SHA512 4f71eacfeb2b21a4ea746ce1663777937b920e942c94eef1fe93c3557e207c9fdb2569369d56637cba563dc50179d62195db6225123ecfedc303600b8a0bb49b
diff --git a/app-text/lowdown/lowdown-0.6.5.ebuild b/app-text/lowdown/lowdown-0.6.5-r1.ebuild
index c8e11e2..7d5d165 100644
--- a/app-text/lowdown/lowdown-0.6.5.ebuild
+++ b/app-text/lowdown/lowdown-0.6.5-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://kristaps.bsd.lv/lowdown/snapshots/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
+IUSE="static"
DEPEND=""
RDEPEND="${DEPEND}"
@@ -19,5 +19,5 @@ BDEPEND=""
RESTRICT="mirror"
src_configure() {
- ./configure PREFIX="${EPREFIX}/usr" MANDIR="${EPREFIX}/usr/share/man"
+ ./configure LDFLAGS="$(usex static '-static' '' '' '')" PREFIX="${EPREFIX}/usr" MANDIR="${EPREFIX}/usr/share/man"
}