diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2014-08-04 03:52:15 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2014-08-04 03:52:15 +0000 |
commit | e6310168f1845ac13e1cccb416a8d3863f0d1e3a (patch) | |
tree | 9b30d790f7a1c2efff2ddacda5be1e5bd148b1df /profiles | |
parent | Unmask app-crypt/hmaccalc. (diff) | |
download | historical-e6310168f1845ac13e1cccb416a8d3863f0d1e3a.tar.gz historical-e6310168f1845ac13e1cccb416a8d3863f0d1e3a.tar.bz2 historical-e6310168f1845ac13e1cccb416a8d3863f0d1e3a.zip |
hmaccalc depends in prelink.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/hardened/linux/package.mask | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index bb64ebc99b05..8ce321779fea 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.62 2014/07/23 12:09:57 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.63 2014/08/04 03:52:15 robbat2 Exp $ + + 04 Aug 2014; Robin H. Johnson <robbat2@gentoo.org> linux/package.mask: + hmaccalc depends in prelink. 23 Jul 2014; Anthony G. Basile <blueness@gentoo.org> linux/musl/package.mask: Remove unmasking of sys-libs/musl on musl profiles 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 |