summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-07-12 19:02:21 +0000
committerJonathan Smith <smithj@gentoo.org>2005-07-12 19:02:21 +0000
commit37772226e7c5511008571a92a47cdbd01b4422ca (patch)
tree37b1b9f0c8e2a58cf2f6f7c4f08a6edf12665735 /net-misc
parentversion bumped. closes #92116 version bumped. closes #92116 (diff)
downloadgentoo-2-37772226e7c5511008571a92a47cdbd01b4422ca.tar.gz
gentoo-2-37772226e7c5511008571a92a47cdbd01b4422ca.tar.bz2
gentoo-2-37772226e7c5511008571a92a47cdbd01b4422ca.zip
added warning about gnome-vfs
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/howl/ChangeLog5
-rw-r--r--net-misc/howl/howl-1.0.0.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/net-misc/howl/ChangeLog b/net-misc/howl/ChangeLog
index 269e1115f8c6..a2c10cfad17d 100644
--- a/net-misc/howl/ChangeLog
+++ b/net-misc/howl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/howl
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.27 2005/07/12 02:49:27 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.28 2005/07/12 19:02:21 smithj Exp $
+
+ 12 Jul 2005; Jonathan Smith <smithj@gentoo.org> howl-1.0.0.ebuild:
+ added warning about gnome-vfs
*howl-1.0.0 (12 Jul 2005)
diff --git a/net-misc/howl/howl-1.0.0.ebuild b/net-misc/howl/howl-1.0.0.ebuild
index a6a32ebd9e1e..e75d34c307c1 100644
--- a/net-misc/howl/howl-1.0.0.ebuild
+++ b/net-misc/howl/howl-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-1.0.0.ebuild,v 1.1 2005/07/12 02:49:27 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-1.0.0.ebuild,v 1.2 2005/07/12 19:02:21 smithj Exp $
inherit eutils flag-o-matic
@@ -68,4 +68,7 @@ pkg_postinst() {
# inform user about library changes
preserve_old_lib_notify /usr/$(get_libdir)/libhowl-[0-9].[0-9].[0-9].so.[0-9].[0-9].[0-9]
preserve_old_lib_notify /usr/$(get_libdir)/libmDNSResponder-[0-9].[0-9].[0-9].so.[0-9].[0-9].[0-9]
+ einfo
+ einfo "you may need to rememerge gnome-vfs for everything to work correctly"
+ einfo
}