diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-07 22:17:47 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-07 22:17:47 +0000 |
commit | 8d65ab4ff0216f67d9552f5d3d2b6717567b133a (patch) | |
tree | d8caa726fb2ecab9fe0bbb82cc2610bc7ed453bf /net-p2p/linuxdcpp/linuxdcpp-9999.ebuild | |
parent | stable on amd64; bug 15892 (diff) | |
download | gentoo-2-8d65ab4ff0216f67d9552f5d3d2b6717567b133a.tar.gz gentoo-2-8d65ab4ff0216f67d9552f5d3d2b6717567b133a.tar.bz2 gentoo-2-8d65ab4ff0216f67d9552f5d3d2b6717567b133a.zip |
remove UTF-8 warning, bug 165812
(Portage version: 2.1.2-r8)
Diffstat (limited to 'net-p2p/linuxdcpp/linuxdcpp-9999.ebuild')
-rw-r--r-- | net-p2p/linuxdcpp/linuxdcpp-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild b/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild index 02bd1297764f..6aed93c91192 100644 --- a/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild +++ b/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.3 2007/01/24 17:49:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.4 2007/02/07 22:17:47 armin76 Exp $ inherit cvs eutils @@ -50,7 +50,5 @@ src_install() { pkg_postinst() { elog elog "After adding first directory to shares you might need to restart linuxdcpp." - elog "UTF-8 is known to cause issues, read /usr/share/doc/${P}/Readme.txt.gz" - elog "for information." elog } |