summaryrefslogtreecommitdiff
path: root/eclass/kogaion-kernel.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kogaion-kernel.eclass')
-rw-r--r--eclass/kogaion-kernel.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/kogaion-kernel.eclass b/eclass/kogaion-kernel.eclass
index 8c74a29b..f34cfc94 100644
--- a/eclass/kogaion-kernel.eclass
+++ b/eclass/kogaion-kernel.eclass
@@ -785,8 +785,8 @@ kogaion-kernel_uimage_config() {
# 1. /boot/uImage symlink is broken (pkg_postrm)
# 2. /boot/uImage symlink doesn't exist (pkg_postinst)
- if ! has_version app-admin/eselect-uimage; then
- ewarn "app-admin/eselect-uimage not installed"
+ if ! has_version app-eselect/uimage; then
+ ewarn "app-eselect/uimage not installed"
ewarn "If you are using this tool, please install it"
return 0
fi
@@ -820,8 +820,8 @@ kogaion-kernel_bzimage_config() {
use x86 && kern_arch="x86"
use amd64 && kern_arch="x86_64"
- if ! has_version app-admin/eselect-bzimage; then
- ewarn "app-admin/eselect-bzimage not installed"
+ if ! has_version app-eselect/eselect-bzimage; then
+ ewarn "app-eselect/eselect-bzimage not installed"
ewarn "If you are using this tool, please install it"
return 0
fi