diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-08-21 19:28:17 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-08-21 19:28:17 +0000 |
commit | 2f8319b035a657add8f93c173db94bb94f40ea48 (patch) | |
tree | ad13159df9f0ace2dab6bcd105a2f0cc9903627b /net-news/straw | |
parent | Minor updates for 2.6.12. (diff) | |
download | gentoo-2-2f8319b035a657add8f93c173db94bb94f40ea48.tar.gz gentoo-2-2f8319b035a657add8f93c173db94bb94f40ea48.tar.bz2 gentoo-2-2f8319b035a657add8f93c173db94bb94f40ea48.zip |
fix error message when failing to find gtkhtml2 module.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-news/straw')
-rw-r--r-- | net-news/straw/ChangeLog | 6 | ||||
-rw-r--r-- | net-news/straw/Manifest | 4 | ||||
-rw-r--r-- | net-news/straw/straw-0.25.1-r1.ebuild | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-news/straw/ChangeLog b/net-news/straw/ChangeLog index 69630315d3ce..aa0c9531e5ac 100644 --- a/net-news/straw/ChangeLog +++ b/net-news/straw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-news/straw # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/straw/ChangeLog,v 1.4 2005/07/16 14:35:14 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/straw/ChangeLog,v 1.5 2005/08/21 19:28:17 allanonjl Exp $ + + 21 Aug 2005; John N. Laliberte <allanonjl@gentoo.org> + straw-0.25.1-r1.ebuild: + fix error message when failing to find gtkhtml2 module. *straw-0.25.1-r1 (16 Jul 2005) *straw-0.19.2-r1 (16 Jul 2005) diff --git a/net-news/straw/Manifest b/net-news/straw/Manifest index a1047c38b37f..62024b3f0c7a 100644 --- a/net-news/straw/Manifest +++ b/net-news/straw/Manifest @@ -1,6 +1,6 @@ MD5 c471658d26547a1b87cfc0ba41ef315e straw-0.19.2-r1.ebuild 1413 -MD5 b51152edfa2e4fcb6f266c1e809097ac straw-0.25.1-r1.ebuild 1998 -MD5 0bc4d455ebed942c7835d59f54209ec9 ChangeLog 4739 +MD5 f1e81601999191e637f4eefa53beb211 straw-0.25.1-r1.ebuild 2025 +MD5 cf3a16f3dc1ac3936f5b96fb8b908667 ChangeLog 4880 MD5 7f4b1ac767214657b085c4951227af02 metadata.xml 178 MD5 cf7bbdcb4ed714aba68c16b229b9fc8c files/straw-0.21.2-convert_config.patch 407 MD5 4de4ce496f2607dd3a9b38d2f30a856e files/digest-straw-0.19.2-r1 64 diff --git a/net-news/straw/straw-0.25.1-r1.ebuild b/net-news/straw/straw-0.25.1-r1.ebuild index fc2c744ea98f..73eaeef1be37 100644 --- a/net-news/straw/straw-0.25.1-r1.ebuild +++ b/net-news/straw/straw-0.25.1-r1.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-news/straw/straw-0.25.1-r1.ebuild,v 1.1 2005/07/16 14:35:14 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/straw/straw-0.25.1-r1.ebuild,v 1.2 2005/08/21 19:28:17 allanonjl Exp $ inherit gnome2 python distutils virtualx @@ -32,9 +32,9 @@ RDEPEND="${DEPEND} pkg_setup() { export maketype="python" if ! echo "import gtkhtml2" | virtualmake; then - eerror "The gnome-python gtkhtml2 module was not found." - eerror "Rebuild gnome-python using:" - eerror " USE=\"gtkhtml\" emerge gnome-python" + eerror "The gnome-python-extras gtkhtml2 module was not found." + eerror "Try unmerging gnome-python and gnome-python-extras" + eerror "And then try emerging straw again." die "missing gtkhtml2 python module" fi } |