diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-05 23:38:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-05 23:38:04 +0000 |
commit | 04809f735e69b5048d55285bb7cc551b6cd27de0 (patch) | |
tree | c4c1810be98ce5515f8893271abe3363549787b1 /app-dicts/stardict | |
parent | Added gnuconfig to fix ./configure on newer arches (diff) | |
download | gentoo-2-04809f735e69b5048d55285bb7cc551b6cd27de0.tar.gz gentoo-2-04809f735e69b5048d55285bb7cc551b6cd27de0.tar.bz2 gentoo-2-04809f735e69b5048d55285bb7cc551b6cd27de0.zip |
fixed orbit dep. doh.
Diffstat (limited to 'app-dicts/stardict')
-rw-r--r-- | app-dicts/stardict/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/stardict/stardict-2.2.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/stardict/Manifest b/app-dicts/stardict/Manifest index d1391ecf77eb..f0c5b7d056c8 100644 --- a/app-dicts/stardict/Manifest +++ b/app-dicts/stardict/Manifest @@ -1,5 +1,5 @@ MD5 3dc06e5a84b870385aac34ee51e54cb3 ChangeLog 1504 -MD5 8e8b4088f874a598c02f025a5a2d650c stardict-2.2.0.ebuild 1209 +MD5 c3aac7dc00c7f5764dc1dfa165273aeb stardict-2.2.0.ebuild 1209 MD5 e6135cced80802a7c5ea9039b395fa43 stardict-2.0.0.ebuild 741 MD5 b41107d5daeb5414fa21b3f9905e105c files/stardict-config.sh 565 MD5 40e8df6800d5f7bf138a3a6692854a56 files/stardict-gentoo.patch 547 diff --git a/app-dicts/stardict/stardict-2.2.0.ebuild b/app-dicts/stardict/stardict-2.2.0.ebuild index fd50938c619e..f8219350f165 100644 --- a/app-dicts/stardict/stardict-2.2.0.ebuild +++ b/app-dicts/stardict/stardict-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.2.0.ebuild,v 1.1 2003/06/04 13:46:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.2.0.ebuild,v 1.2 2003/06/05 23:37:55 liquidx Exp $ inherit gnome2 @@ -27,7 +27,7 @@ DEPEND=">=gnome-base/libbonobo-2.2.0 >=sys-libs/zlib-1.1.4 >=gnome-base/gconf-1.2 >=dev-libs/popt-1.7 - >=gnome-base/ORBit2-2.7" + >=gnome-base/ORBit2-2.6" src_unpack() { unpack ${A} |