summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2012-06-14 01:42:56 -0400
committerElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2012-06-14 01:42:56 -0400
commit913a68d3fe8eda5cf0c8a988cfd8cb6bc05dda33 (patch)
tree70fece828df042c84eda43cbc4dbafc8666fb93a /sys-apps
parentBig fixes to udevil with the help of Mr hasufell... (diff)
downloadArmageddon-913a68d3fe8eda5cf0c8a988cfd8cb6bc05dda33.tar.gz
Armageddon-913a68d3fe8eda5cf0c8a988cfd8cb6bc05dda33.tar.bz2
Armageddon-913a68d3fe8eda5cf0c8a988cfd8cb6bc05dda33.zip
Changed ewarn to elog as of Gentoo standards...
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/udevil/udevil-0.2.7.ebuild4
-rw-r--r--sys-apps/udevil/udevil-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/udevil/udevil-0.2.7.ebuild b/sys-apps/udevil/udevil-0.2.7.ebuild
index 349c620..dab068c 100644
--- a/sys-apps/udevil/udevil-0.2.7.ebuild
+++ b/sys-apps/udevil/udevil-0.2.7.ebuild
@@ -44,7 +44,7 @@ src_install() {
pkg_postinst() {
echo
- ewarn "You need to add yourself to the wheel group"
- ewarn "to be able to use ${PN} as a user"
+ elog "You need to add yourself to the wheel group"
+ elog "to be able to use ${PN} as a user"
echo
}
diff --git a/sys-apps/udevil/udevil-9999.ebuild b/sys-apps/udevil/udevil-9999.ebuild
index c43efe3..2854595 100644
--- a/sys-apps/udevil/udevil-9999.ebuild
+++ b/sys-apps/udevil/udevil-9999.ebuild
@@ -46,7 +46,7 @@ src_install() {
pkg_postinst() {
echo
- ewarn "You need to add yourself to the wheel group"
- ewarn "to be able to use ${PN} as a user"
+ elog "You need to add yourself to the wheel group"
+ elog "to be able to use ${PN} as a user"
echo
}