diff options
author | Sven Wegener <swegener@gentoo.org> | 2019-06-26 19:39:43 +0200 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2019-06-26 19:43:44 +0200 |
commit | 582ebf6113769f78387b3b1b59ea14c6004fe8c1 (patch) | |
tree | 379148db9764352854559bcdaf78284cdb887e8a /app-crypt/shash | |
parent | dev-util/kdevelop-pg-qt: Drop 2.1.0-r1 (diff) | |
download | gentoo-582ebf6113769f78387b3b1b59ea14c6004fe8c1.tar.gz gentoo-582ebf6113769f78387b3b1b59ea14c6004fe8c1.tar.bz2 gentoo-582ebf6113769f78387b3b1b59ea14c6004fe8c1.zip |
app-crypt/shash: Require static-libs for mhash, bug #682574
Closes: https://bugs.gentoo.org/682574
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'app-crypt/shash')
-rw-r--r-- | app-crypt/shash/shash-0.2.6-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/shash/shash-0.2.6-r3.ebuild b/app-crypt/shash/shash-0.2.6-r3.ebuild index 74e16b5e4f6f..b4f0695d908b 100644 --- a/app-crypt/shash/shash-0.2.6-r3.ebuild +++ b/app-crypt/shash/shash-0.2.6-r3.ebuild @@ -14,7 +14,8 @@ SLOT="0" 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" IUSE="static" -DEPEND=">=app-crypt/mhash-0.8.18-r1" +DEPEND=">=app-crypt/mhash-0.8.18-r1 + static? ( app-crypt/mhash[static-libs(+)] )" RDEPEND="${DEPEND}" PATCHES=( |