diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-06-26 22:27:53 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-06-26 22:27:53 +0000 |
commit | d4cece77f1cb44ba06e1cd8c9a9dbe23e708f053 (patch) | |
tree | 2ef4cbebc026ad5cb72062a6830d61afc4dcc726 /net-www/straw/straw-0.22.1.ebuild | |
parent | Added binary snapshot (Manifest recommit) (diff) | |
download | gentoo-2-d4cece77f1cb44ba06e1cd8c9a9dbe23e708f053.tar.gz gentoo-2-d4cece77f1cb44ba06e1cd8c9a9dbe23e708f053.tar.bz2 gentoo-2-d4cece77f1cb44ba06e1cd8c9a9dbe23e708f053.zip |
really fix the sandbox problem with 0.23, add fixes to gtkhtml2 detection via virtualmake (#47879)
Diffstat (limited to 'net-www/straw/straw-0.22.1.ebuild')
-rw-r--r-- | net-www/straw/straw-0.22.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-www/straw/straw-0.22.1.ebuild b/net-www/straw/straw-0.22.1.ebuild index 20bb5300fb01..5afa9b7aeb55 100644 --- a/net-www/straw/straw-0.22.1.ebuild +++ b/net-www/straw/straw-0.22.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/straw/straw-0.22.1.ebuild,v 1.6 2004/06/25 01:13:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/straw/straw-0.22.1.ebuild,v 1.7 2004/06/26 22:27:53 liquidx Exp $ -inherit gnome2 python distutils +inherit gnome2 python distutils virtualx DESCRIPTION="RSS/RDF News Aggregator" HOMEPAGE="http://www.nongnu.org/straw/" @@ -28,7 +28,8 @@ RDEPEND="${DEPEND} # foser <foser@gentoo.org> 18 Feb 2004 pkg_setup() { - if ! python -c 'import gtk; import gtkhtml2'; then + 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" |