~alpine/aports

community/mu: add missing dependency on gmime v1 PROPOSED

Daniel Gerber <dg@atufi.org>
Daniel Gerber: 1
 community/mu: add missing dependency on gmime

 1 files changed, 4 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3378/mbox | git am -3
Learn more about email & git

[PATCH] community/mu: add missing dependency on gmime Export this patch

Daniel Gerber <dg@atufi.org>
---
 community/mu/APKBUILD | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/community/mu/APKBUILD b/community/mu/APKBUILD
index 7e62635c62..0da6e418da 100644
--- a/community/mu/APKBUILD
+++ b/community/mu/APKBUILD
@@ -10,7 +10,10 @@ pkgdesc="A collection of utilities for indexing and searching Maildirs"
arch="all !armv7 !x86 !s390x !mips64" # gmime-dev (armv7, x86), limited by emacs (s390x, mips64)
url="http://www.djcbsoftware.nl/code/mu"
license="GPL-3.0"
depends="sqlite"
depends="
	sqlite
	gmime
	"
makedepends="
	autoconf
	automake
--
2.29.2