sys-fs/lvm2: [QA] add missing tmpfiles_process call

Revbump for the missing tmpfiles.eclass inherit which adds
a virtual/tmpfiles RDEPEND.

Closes: https://bugs.gentoo.org/808661
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-08-17 01:55:16 +01:00
parent b7b4a8ea09
commit 15b89a04f7
3 changed files with 9 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic
inherit autotools linux-info multilib systemd toolchain-funcs tmpfiles udev flag-o-matic
DESCRIPTION="User-land utilities for LVM2 (device-mapper) software"
HOMEPAGE="https://sourceware.org/lvm2/"
@@ -264,6 +264,8 @@ src_install() {
}
pkg_postinst() {
tmpfiles_process lvm2.conf
if [[ -z "${REPLACING_VERSIONS}" ]]; then
# This is a new installation
ewarn "Make sure the \"lvm\" init script is in the runlevels:"

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic
inherit autotools linux-info multilib systemd toolchain-funcs tmpfiles udev flag-o-matic
DESCRIPTION="User-land utilities for LVM2 (device-mapper) software"
HOMEPAGE="https://sourceware.org/lvm2/"
@@ -264,6 +264,8 @@ src_install() {
}
pkg_postinst() {
tmpfiles_process lvm2.conf
if [[ -z "${REPLACING_VERSIONS}" ]]; then
# This is a new installation
ewarn "Make sure the \"lvm\" init script is in the runlevels:"

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic
inherit autotools linux-info multilib systemd toolchain-funcs tmpfiles udev flag-o-matic
DESCRIPTION="User-land utilities for LVM2 (device-mapper) software"
HOMEPAGE="https://sourceware.org/lvm2/"
@@ -252,6 +252,8 @@ src_install() {
}
pkg_postinst() {
tmpfiles_process lvm2.conf
if [[ -z "${REPLACING_VERSIONS}" ]]; then
# This is a new installation
ewarn "Make sure the \"lvm\" init script is in the runlevels:"