diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-05-13 21:27:42 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-05-13 21:27:42 +0000 |
commit | 7aa3195d3a9318502b7ed78a0460419a6dc26e1e (patch) | |
tree | 3613334010917e92816dff3bfd1db3c227d6e7d9 /net-im | |
parent | properly document patches #178242 (diff) | |
download | gentoo-2-7aa3195d3a9318502b7ed78a0460419a6dc26e1e.tar.gz gentoo-2-7aa3195d3a9318502b7ed78a0460419a6dc26e1e.tar.bz2 gentoo-2-7aa3195d3a9318502b7ed78a0460419a6dc26e1e.zip |
Fix FAQ link.
Thanks to Eric Polino wrt bug #178276.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.0.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-im/pidgin/ChangeLog b/net-im/pidgin/ChangeLog index cb34a7ddb53c..e4addc25cb9d 100644 --- a/net-im/pidgin/ChangeLog +++ b/net-im/pidgin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/pidgin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.6 2007/05/04 15:20:50 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.7 2007/05/13 21:27:42 drizzt Exp $ + + 13 May 2007; Timothy Redaelli <drizzt@gentoo.org> pidgin-2.0.0.ebuild: + Fix FAQ link. + Thanks to Eric Polino wrt bug #178276. *pidgin-2.0.0 (04 May 2007) diff --git a/net-im/pidgin/pidgin-2.0.0.ebuild b/net-im/pidgin/pidgin-2.0.0.ebuild index e15d88d5d1c9..c74ba5a546ae 100644 --- a/net-im/pidgin/pidgin-2.0.0.ebuild +++ b/net-im/pidgin/pidgin-2.0.0.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-im/pidgin/pidgin-2.0.0.ebuild,v 1.1 2007/05/04 15:19:20 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.0.ebuild,v 1.2 2007/05/13 21:27:42 drizzt Exp $ inherit flag-o-matic eutils toolchain-funcs multilib autotools perl-app gnome2 @@ -104,10 +104,10 @@ print_pidgin_warning() { ewarn "seek help in #pidgin." ewarn ewarn "Be sure to USE=\"debug\" and include a backtrace for any seg" - ewarn "faults, see http://pidgin.im/gdb.php for details on" + ewarn "faults, see http://developer.pidgin.im/wiki/GetABacktrace for details on" ewarn "backtraces." ewarn - ewarn "Please read the pidgin FAQ at http://pidgin.im/faq.php" + ewarn "Please read the pidgin FAQ at http://developer.pidgin.im/wiki/FAQ" ewarn einfo if use custom-cflags; then |