Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/shash/
Date: Wed, 26 Jun 2019 17:43:58
Message-Id: 1561571024.582ebf6113769f78387b3b1b59ea14c6004fe8c1.swegener@gentoo
1 commit: 582ebf6113769f78387b3b1b59ea14c6004fe8c1
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 26 17:39:43 2019 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 26 17:43:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582ebf61
7
8 app-crypt/shash: Require static-libs for mhash, bug #682574
9
10 Closes: https://bugs.gentoo.org/682574
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
13
14 app-crypt/shash/shash-0.2.6-r3.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-crypt/shash/shash-0.2.6-r3.ebuild b/app-crypt/shash/shash-0.2.6-r3.ebuild
18 index 74e16b5e4f6..b4f0695d908 100644
19 --- a/app-crypt/shash/shash-0.2.6-r3.ebuild
20 +++ b/app-crypt/shash/shash-0.2.6-r3.ebuild
21 @@ -14,7 +14,8 @@ SLOT="0"
22 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
23 IUSE="static"
24
25 -DEPEND=">=app-crypt/mhash-0.8.18-r1"
26 +DEPEND=">=app-crypt/mhash-0.8.18-r1
27 + static? ( app-crypt/mhash[static-libs(+)] )"
28 RDEPEND="${DEPEND}"
29
30 PATCHES=(