summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-04-01 18:59:28 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-04-01 18:59:28 +0000
commit372ff65117c6be78f5ec169b0969dec3fd97de7f (patch)
tree6eb8176295bf851036e309b90b7b2ec5874a3935
parentMark 2.1.5 ~ia64 (diff)
downloadgentoo-2-372ff65117c6be78f5ec169b0969dec3fd97de7f.tar.gz
gentoo-2-372ff65117c6be78f5ec169b0969dec3fd97de7f.tar.bz2
gentoo-2-372ff65117c6be78f5ec169b0969dec3fd97de7f.zip
Make postinfo note more verbose thanks to Chris Slycord <cslycord@gmail.com> in bug 128215
(Portage version: 2.1_pre7-r2)
-rw-r--r--sys-fs/captive/ChangeLog7
-rw-r--r--sys-fs/captive/captive-1.1.7-r1.ebuild3
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-fs/captive/ChangeLog b/sys-fs/captive/ChangeLog
index 5bb7949be573..e5f9f52e64e4 100644
--- a/sys-fs/captive/ChangeLog
+++ b/sys-fs/captive/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/captive
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.13 2006/03/25 19:50:00 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.14 2006/04/01 18:59:28 genstef Exp $
+
+ 01 Apr 2006; Stefan Schweizer <genstef@gentoo.org>
+ captive-1.1.7-r1.ebuild:
+ Make postinfo note more verbose thanks to Chris Slycord <cslycord@gmail.com>
+ in bug 128215
*captive-1.1.7-r1 (25 Mar 2006)
diff --git a/sys-fs/captive/captive-1.1.7-r1.ebuild b/sys-fs/captive/captive-1.1.7-r1.ebuild
index 42dc7386fc46..520a009f088d 100644
--- a/sys-fs/captive/captive-1.1.7-r1.ebuild
+++ b/sys-fs/captive/captive-1.1.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.7-r1.ebuild,v 1.1 2006/03/25 19:50:00 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.7-r1.ebuild,v 1.2 2006/04/01 18:59:28 genstef Exp $
inherit eutils
@@ -71,6 +71,7 @@ src_install() {
pkg_postinst() {
einfo "Use /usr/sbin/captive-install-acquire to search for and"
einfo "install the needed drivers for captive NTFS."
+ ewarn "captive-install-acquire is only provided with USE=gtk"
einfo ""
einfo "Please use \"mount -t captive-ntfs /dev/hda1 /mnt/ntfs\" to mount ntfs partitions."
}