mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 15:06:58 +02:00
overlay app-misc/ca-certificates: Add dependency on app-misc/c_rehash
It was relying on dev-libs/openssl pulling app-misc/c_rehash. But in Gentoo, openssl dropped its dependency on c_rehash, as openssl does not need it. Our ca-certificates package is using c_rehash in its systemd service, so depend on c_rehash directly. This will remove one modification we make to openssl package.
This commit is contained in:
parent
e7d1f2dc9b
commit
3aacab574f
@ -21,11 +21,15 @@ SLOT="0"
|
||||
KEYWORDS="amd64 arm64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-libs/openssl
|
||||
RDEPEND="
|
||||
>=app-misc/c_rehash-1.7-r1
|
||||
dev-libs/openssl
|
||||
sys-apps/findutils
|
||||
sys-apps/systemd"
|
||||
sys-apps/systemd
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
${PYTHON_DEPS}"
|
||||
${PYTHON_DEPS}
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
python-any-r1_pkg_setup
|
Loading…
Reference in New Issue
Block a user