diff options
author | 2007-01-05 16:04:51 +0000 | |
---|---|---|
committer | 2007-01-05 16:04:51 +0000 | |
commit | ea798d79a80fffe14c31e31c381c9c3fd280c289 (patch) | |
tree | b1b1260a921f0d3de08246a20a1fe598a38f78d2 /app-cdr/k3b/k3b-0.12.17.ebuild | |
parent | Stable for HPPA (bug #159416). (diff) | |
download | historical-ea798d79a80fffe14c31e31c381c9c3fd280c289.tar.gz historical-ea798d79a80fffe14c31e31c381c9c3fd280c289.tar.bz2 historical-ea798d79a80fffe14c31e31c381c9c3fd280c289.zip |
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'app-cdr/k3b/k3b-0.12.17.ebuild')
-rw-r--r-- | app-cdr/k3b/k3b-0.12.17.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-cdr/k3b/k3b-0.12.17.ebuild b/app-cdr/k3b/k3b-0.12.17.ebuild index 7872b3215321..2cea9b93e8ab 100644 --- a/app-cdr/k3b/k3b-0.12.17.ebuild +++ b/app-cdr/k3b/k3b-0.12.17.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/k3b/k3b-0.12.17.ebuild,v 1.9 2006/12/23 15:56:23 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.12.17.ebuild,v 1.10 2007/01/05 16:04:51 flameeyes Exp $ inherit kde eutils @@ -127,7 +127,7 @@ src_install() { pkg_postinst() { echo - einfo "Make sure you have proper read/write permissions on the cdrom device(s)." - einfo "Usually, it is sufficient to be in the cdrom group." + elog "Make sure you have proper read/write permissions on the cdrom device(s)." + elog "Usually, it is sufficient to be in the cdrom group." echo } |