diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-04-23 21:54:39 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-04-23 21:54:39 +0000 |
commit | b800ce69996de129b9667bdefcfa7717cec56742 (patch) | |
tree | 2bbae0e8a1db2ae62551d0dfb2d006129d3dc68b /app-text | |
parent | initial commit (#27151) (diff) | |
download | historical-b800ce69996de129b9667bdefcfa7717cec56742.tar.gz historical-b800ce69996de129b9667bdefcfa7717cec56742.tar.bz2 historical-b800ce69996de129b9667bdefcfa7717cec56742.zip |
fix dependency typo
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wpd2sxw/Manifest | 2 | ||||
-rw-r--r-- | app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/wpd2sxw/Manifest b/app-text/wpd2sxw/Manifest index 3fc521bf27ab..b5609c8ad1b9 100644 --- a/app-text/wpd2sxw/Manifest +++ b/app-text/wpd2sxw/Manifest @@ -1,4 +1,4 @@ -MD5 a9f520bf61629dbc0fd94538f32c4bfc wpd2sxw-0.6.0.ebuild 639 +MD5 da033ba9c5de4d184261de2d157a697d wpd2sxw-0.6.0.ebuild 647 MD5 8468a6f46495ccd8c10e96e13ba386e8 ChangeLog 365 MD5 fd687f26b47d4c53d2ed805ad8b0f310 metadata.xml 227 MD5 a313e0b8bc35fc9f27f61c5257caddff files/digest-wpd2sxw-0.6.0 65 diff --git a/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild b/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild index 0e85f4fc231e..1fdf543314b8 100644 --- a/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild +++ b/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild,v 1.1 2004/04/23 21:51:58 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild,v 1.2 2004/04/23 21:54:39 squinky86 Exp $ DESCRIPTION="WordPerfect Document (wpd) to OpenOffice.org (sxw) converter" HOMEPAGE="http://libwpd.sf.net" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="gnome-extra/libgsf - app-text/libwpd" + >=app-text/libwpd-0.7.1" src_compile() { econf || die "configure failed" |