summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 02:21:28 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 02:21:28 +0000
commitb9e3045511e62a867804380ebeb936502856de70 (patch)
tree7f5d5a15c2e0551f46323b9827be5cf2788ea6bf /app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild
parentReplacing einfo with elog (diff)
downloadgentoo-2-b9e3045511e62a867804380ebeb936502856de70.tar.gz
gentoo-2-b9e3045511e62a867804380ebeb936502856de70.tar.bz2
gentoo-2-b9e3045511e62a867804380ebeb936502856de70.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild')
-rw-r--r--app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild b/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild
index add8f51a3a75..e9e514432dc4 100644
--- a/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild
+++ b/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild,v 1.10 2006/10/14 21:04:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild,v 1.11 2007/01/24 02:21:28 genone Exp $
inherit eutils toolchain-funcs
@@ -30,8 +30,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "When you run growisofs if you receive:"
- einfo "unable to anonymously mmap 33554432: Resource temporarily unavailable"
- einfo "error message please run 'ulimit -l unlimited'"
+ elog
+ elog "When you run growisofs if you receive:"
+ elog "unable to anonymously mmap 33554432: Resource temporarily unavailable"
+ elog "error message please run 'ulimit -l unlimited'"
+ elog
}