commit: 48a50c9d7b772e233aa730b0b228d7fe61042849
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 17:42:31 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 18:01:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a50c9d
sys-fs/lvm2: move src_test where it belongs
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
sys-fs/lvm2/lvm2-2.02.188-r3.ebuild | 10 +++++-----
sys-fs/lvm2/lvm2-2.03.14-r3.ebuild | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/sys-fs/lvm2/lvm2-2.02.188-r3.ebuild
b/sys-fs/lvm2/lvm2-2.02.188-r3.ebuild
index a7726256c6f8..52c90888788b 100644
--- a/sys-fs/lvm2/lvm2-2.02.188-r3.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.188-r3.ebuild
@@ -206,6 +206,11 @@ src_compile() {
fi
}
+src_test() {
+ einfo "Tests are disabled because of device-node mucking, if you want
to"
+ einfo "run tests, compile the package and see ${S}/tests"
+}
+
src_install() {
local inst
local INSTALL_TARGETS=( install install_tmpfiles_configuration )
@@ -301,8 +306,3 @@ pkg_postrm() {
udev_reload
fi
}
-
-src_test() {
- einfo "Tests are disabled because of device-node mucking, if you want
to"
- einfo "run tests, compile the package and see ${S}/tests"
-}
diff --git a/sys-fs/lvm2/lvm2-2.03.14-r3.ebuild
b/sys-fs/lvm2/lvm2-2.03.14-r3.ebuild
index 3c36db1adc1f..4c8280b0a195 100644
--- a/sys-fs/lvm2/lvm2-2.03.14-r3.ebuild
+++ b/sys-fs/lvm2/lvm2-2.03.14-r3.ebuild
@@ -209,6 +209,11 @@ src_compile() {
fi
}
+src_test() {
+ einfo "Tests are disabled because of device-node mucking, if you want
to"
+ einfo "run tests, compile the package and see ${S}/tests"
+}
+
src_install() {
local inst
local INSTALL_TARGETS=( install install_tmpfiles_configuration )
@@ -303,8 +308,3 @@ pkg_postrm() {
udev_reload
fi
}
-
-src_test() {
- einfo "Tests are disabled because of device-node mucking, if you want
to"
- einfo "run tests, compile the package and see ${S}/tests"
-}