diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-08-21 15:16:17 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-08-21 15:16:17 +0000 |
commit | f3ae2ecd35692131a6af6e10e31f059b84cce1cc (patch) | |
tree | cd8133fe542f1411a1e30d329f870164d0794fdb /app-dicts/stardict/stardict-2.4.2.ebuild | |
parent | fix orbit deps ORBit -> orbit (Manifest recommit) (diff) | |
download | gentoo-2-f3ae2ecd35692131a6af6e10e31f059b84cce1cc.tar.gz gentoo-2-f3ae2ecd35692131a6af6e10e31f059b84cce1cc.tar.bz2 gentoo-2-f3ae2ecd35692131a6af6e10e31f059b84cce1cc.zip |
fix orbit deps
Diffstat (limited to 'app-dicts/stardict/stardict-2.4.2.ebuild')
-rw-r--r-- | app-dicts/stardict/stardict-2.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/stardict/stardict-2.4.2.ebuild b/app-dicts/stardict/stardict-2.4.2.ebuild index 6a072e3c1540..e1fa7bb16069 100644 --- a/app-dicts/stardict/stardict-2.4.2.ebuild +++ b/app-dicts/stardict/stardict-2.4.2.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-dicts/stardict/stardict-2.4.2.ebuild,v 1.6 2004/06/24 21:45:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.4.2.ebuild,v 1.7 2004/08/21 15:16:17 foser Exp $ inherit gnome2 eutils @@ -25,7 +25,7 @@ RDEPEND=">=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.6 + >=gnome-base/orbit-2.6 >=x11-libs/gtk+-2 app-text/scrollkeeper" |