diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-18 19:45:07 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-18 19:45:07 +0000 |
commit | f38373d006f8cd71aa07cc55931502578543fd9b (patch) | |
tree | 39f7de2f487e63057e0c59e8ae7b936cb051a122 /app-text | |
parent | fix deps (diff) | |
download | historical-f38373d006f8cd71aa07cc55931502578543fd9b.tar.gz historical-f38373d006f8cd71aa07cc55931502578543fd9b.tar.bz2 historical-f38373d006f8cd71aa07cc55931502578543fd9b.zip |
fix deps
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/aspell/Manifest | 10 | ||||
-rw-r--r-- | app-text/gnomesword/gnomesword-2.1.1.ebuild | 5 |
2 files changed, 8 insertions, 7 deletions
diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest index 58831b20b57a..6d3b1409aea7 100644 --- a/app-text/aspell/Manifest +++ b/app-text/aspell/Manifest @@ -1,11 +1,11 @@ +MD5 8460fe9f67e2cd93ebaee1f714caea8a ChangeLog 9609 MD5 aa27f7dd2cccb4862944b51f8884d07c aspell-0.50.5-r2.ebuild 1995 -MD5 7c02ae022aae8f8f12cf696f536966ed aspell-0.50.5-r4.ebuild 2024 -MD5 d69bc57ac9d670579a433e779f2eb20f ChangeLog 9484 +MD5 229e6fffb231ca540749e64cc6eb5b96 aspell-0.50.5-r4.ebuild 2023 MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309 +MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 +MD5 d2091b79a60b395e1ce3c496b7e3d45a files/aspell-0.50.5-charcount.patch 2264 +MD5 02560c627d075d243720f1067bf45bcf files/aspell-buffer-fix.patch 1556 MD5 ec7c300a1661ae94b55736f74a045bab files/aspell-quotechar-fix.patch 473 MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r2 66 MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r4 66 -MD5 02560c627d075d243720f1067bf45bcf files/aspell-buffer-fix.patch 1556 -MD5 d2091b79a60b395e1ce3c496b7e3d45a files/aspell-0.50.5-charcount.patch 2264 -MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 diff --git a/app-text/gnomesword/gnomesword-2.1.1.ebuild b/app-text/gnomesword/gnomesword-2.1.1.ebuild index 7a813a35487c..053ceea54bf7 100644 --- a/app-text/gnomesword/gnomesword-2.1.1.ebuild +++ b/app-text/gnomesword/gnomesword-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/gnomesword-2.1.1.ebuild,v 1.2 2004/08/18 19:44:33 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/gnomesword-2.1.1.ebuild,v 1.3 2004/08/18 19:45:07 squinky86 Exp $ inherit libtool gnome2 @@ -20,7 +20,8 @@ RDEPEND=">=gnome-extra/libgtkhtml-3.0 spell? ( app-text/gnome-spell ) >=gnome-base/libgnomeui-2 >=gnome-extra/gal-1.99 - >=dev-libs/libxml-1.8" + >=dev-libs/libxml-1.8 + virtual/libc" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12 |