~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Daniel Gerber <dg@atufi.org>
Details
Message ID
<87o8kcov64.fsf@atufi.org>
DKIM signature
missing
Download raw message
Patch: +4 -1
---
 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
Reply to thread Export thread (mbox)