summaryrefslogtreecommitdiffstats
path: root/archive-libs/libarchive
diff options
context:
space:
mode:
authorIsmael Luceno2019-09-02 19:48:26 +0200
committerIsmael Luceno2019-09-02 19:57:41 +0200
commit7523355c82b2c6bf5dd89238c283534830ce10fe (patch)
tree149e3b57c052cd2cea2ec139bca0ac9e06583495 /archive-libs/libarchive
parent64f19b5adad9338ac31ae2653185aa7d147961e5 (diff)
libarchive: Remove lzmadec dependency, not supported anymore
Diffstat (limited to 'archive-libs/libarchive')
-rwxr-xr-xarchive-libs/libarchive/DEPENDS5
-rw-r--r--archive-libs/libarchive/HISTORY3
2 files changed, 3 insertions, 5 deletions
diff --git a/archive-libs/libarchive/DEPENDS b/archive-libs/libarchive/DEPENDS
index 07562a3668..0cd704cc73 100755
--- a/archive-libs/libarchive/DEPENDS
+++ b/archive-libs/libarchive/DEPENDS
@@ -18,11 +18,6 @@ optional_depends bzip2 \
"--without-bz2lib" \
"for bzip2 support through bz2lib" &&
-optional_depends lzma-utils \
- "--with-lzmadec" \
- "--without-lzmadec" \
- "for lzma support through lzmadec" &&
-
optional_depends xz-utils \
"--with-lzma" \
"--without-lzma" \
diff --git a/archive-libs/libarchive/HISTORY b/archive-libs/libarchive/HISTORY
index 0210f7a900..0166799f29 100644
--- a/archive-libs/libarchive/HISTORY
+++ b/archive-libs/libarchive/HISTORY
@@ -1,3 +1,6 @@
+2019-09-02 Ismael Luceno <ismael@sourcemage.org>
+ * DEPEDS: removed lzmadec (not supported anymore)
+
2019-06-16 Pavel Vinogradov <public@sourcemage.org>
* DETAILS, libarchive.gpg: converted to gpg verification scheme using
key F040F7196BA99AF4, Martin Matuska <martin@matuska.org>