diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-03-20 21:03:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-20 21:03:23 +0000 |
commit | 9ce8c2fe82a04faa6e33a073e3ee574dbf755440 (patch) | |
tree | 6c540b3c6bb45f7a23e799047fc47ad61b26edf0 /sys-libs/gdbm | |
parent | Version bump. (diff) | |
download | gentoo-2-9ce8c2fe82a04faa6e33a073e3ee574dbf755440.tar.gz gentoo-2-9ce8c2fe82a04faa6e33a073e3ee574dbf755440.tar.bz2 gentoo-2-9ce8c2fe82a04faa6e33a073e3ee574dbf755440.zip |
also mention script by Greg Turner #299390
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/gdbm')
-rw-r--r-- | sys-libs/gdbm/gdbm-1.8.3-r4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild b/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild index e07931ed48c8..3b371ccaba2f 100644 --- a/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild +++ b/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v 1.12 2010/02/06 06:33:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v 1.13 2010/03/20 21:03:23 vapier Exp $ inherit eutils libtool flag-o-matic @@ -54,8 +54,11 @@ pkg_postinst() { ewarn "http://bugs.gentoo.org/attachment.cgi?id=215326" ewarn ewarn "See this comment for information on how to use it:" - ewarn "http://bugs.gentoo.org/show_bug.cgi?id=299390#c15" + ewarn "http://bugs.gentoo.org/299390#c15" ewarn ewarn "You should be able to locate most gdbm db's on your system with:" ewarn "find /etc /var -type f -exec file {} + | grep 'GNU dbm 1.x or ndbm database'" + ewarn + ewarn "You could also try using this helper script:" + ewarn "http://bugs.gentoo.org/attachment.cgi?id=222581" } |