diff options
author | 2004-08-18 21:06:29 +0000 | |
---|---|---|
committer | 2004-08-18 21:06:29 +0000 | |
commit | ba4e7fd43f7ea44f8aea095f0bb0339990a0cd8a (patch) | |
tree | acf82b2f6486a6f1b757a1ba84fbab0b0803f06d /app-text/gnomesword | |
parent | bump &mark stable x86, security fix (diff) | |
download | historical-ba4e7fd43f7ea44f8aea095f0bb0339990a0cd8a.tar.gz historical-ba4e7fd43f7ea44f8aea095f0bb0339990a0cd8a.tar.bz2 historical-ba4e7fd43f7ea44f8aea095f0bb0339990a0cd8a.zip |
fix deps again; thanks foser :)
Diffstat (limited to 'app-text/gnomesword')
-rw-r--r-- | app-text/gnomesword/Manifest | 8 | ||||
-rw-r--r-- | app-text/gnomesword/gnomesword-2.1.1.ebuild | 16 |
2 files changed, 13 insertions, 11 deletions
diff --git a/app-text/gnomesword/Manifest b/app-text/gnomesword/Manifest index cc802372358e..71a9280c62d8 100644 --- a/app-text/gnomesword/Manifest +++ b/app-text/gnomesword/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 8afc91718689dbd8c851dc5cb80a6792 gnomesword-2.1.1.ebuild 851 +MD5 9972f96311e0455c40ec5177b4c8f38d gnomesword-2.1.1.ebuild 906 MD5 70d980c0eed7e57a6126c6fbbfa1bd9c ChangeLog 480 MD5 e42392e84823e6329bc4b8228fd7b9bd metadata.xml 222 MD5 c0c12f952a54eadc42e02d1a65435ed5 files/digest-gnomesword-2.1.1 69 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBI7HGcAgAdbxYsnERAh9uAJ9TmxBdCM+vl/oxMbqSX73xNUeNygCgiL6U -sumvqgUASJqiZJ3p2GDWOJM= -=5aFc +iD8DBQFBI8TZcAgAdbxYsnERAkZcAJ0RQL663ATwwuRH15xKHOpJwlW9ngCgpt+t +38EpaMF04Z4u1HiPtB5lMVk= +=blG6 -----END PGP SIGNATURE----- diff --git a/app-text/gnomesword/gnomesword-2.1.1.ebuild b/app-text/gnomesword/gnomesword-2.1.1.ebuild index 053ceea54bf7..33ba0c1e3596 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.3 2004/08/18 19:45:07 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/gnomesword-2.1.1.ebuild,v 1.4 2004/08/18 21:06:29 squinky86 Exp $ inherit libtool gnome2 @@ -14,18 +14,20 @@ SLOT="0" KEYWORDS="~x86" IUSE="spell" -RDEPEND=">=gnome-extra/libgtkhtml-3.0 +RDEPEND="=gnome-extra/libgtkhtml-3.0* >=app-text/sword-1.5.8_pre1 >=x11-libs/gtk+-2 - spell? ( app-text/gnome-spell ) >=gnome-base/libgnomeui-2 - >=gnome-extra/gal-1.99 - >=dev-libs/libxml-1.8 - virtual/libc" + =gnome-extra/gal-1.99* + dev-libs/libxml2 + virtual/libc + spell? ( app-text/gnome-spell + >=gnome-base/libbonoboui-2 )" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12 - >=dev-util/intltool-0.22" + >=dev-util/intltool-0.29 + >=app-text/scrollkeeper-0.3.14" G2CONF="${G2CONF} --enable-sword_cvs $(use_enable spell pspell)" DOCS="COPYING NEWS ChangeLog README TODO" |