diff options
author | 2014-08-04 03:52:15 +0000 | |
---|---|---|
committer | 2014-08-04 03:52:15 +0000 | |
commit | 29fe7a9b3a757052b63c8fb4f7fd507318505aaf (patch) | |
tree | 3649f033601ba5eb87e4c6335256e7e1f0dd4978 /profiles/hardened/linux | |
parent | Unmask app-crypt/hmaccalc. (diff) | |
download | gentoo-2-29fe7a9b3a757052b63c8fb4f7fd507318505aaf.tar.gz gentoo-2-29fe7a9b3a757052b63c8fb4f7fd507318505aaf.tar.bz2 gentoo-2-29fe7a9b3a757052b63c8fb4f7fd507318505aaf.zip |
hmaccalc depends in prelink.
Diffstat (limited to 'profiles/hardened/linux')
-rw-r--r-- | profiles/hardened/linux/package.mask | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/hardened/linux/package.mask b/profiles/hardened/linux/package.mask index c665586fb677..c7bb9eb22371 100644 --- a/profiles/hardened/linux/package.mask +++ b/profiles/hardened/linux/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.42 2014/03/31 22:16:39 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.43 2014/08/04 03:52:14 robbat2 Exp $ # Hardened versions of gcc-4.0* through gcc-4.2* are not available. =sys-devel/gcc-4.0* @@ -24,3 +24,5 @@ dev-python/skype4py # broken on hardened, use sys-apps/elfix to fix gnustack sys-devel/prelink +# depends on prelink +app-crypt/hmaccalc |