diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-03-15 15:57:45 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-03-15 15:57:45 +0000 |
commit | b915354e133f7498bdf0165a55803ad0b04696bf (patch) | |
tree | b389bacf97d0691f8f5cc8a8aa44dda68f1f7813 /app-misc | |
parent | install sql schemas (#85345) (diff) | |
download | gentoo-2-b915354e133f7498bdf0165a55803ad0b04696bf.tar.gz gentoo-2-b915354e133f7498bdf0165a55803ad0b04696bf.tar.bz2 gentoo-2-b915354e133f7498bdf0165a55803ad0b04696bf.zip |
Fixed RDEPEND
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/alexandria/alexandria-0.5.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/alexandria/alexandria-0.5.0.ebuild b/app-misc/alexandria/alexandria-0.5.0.ebuild index 77b17e6510bf..e0efab708c97 100644 --- a/app-misc/alexandria/alexandria-0.5.0.ebuild +++ b/app-misc/alexandria/alexandria-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.5.0.ebuild,v 1.1 2005/03/15 15:52:32 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.5.0.ebuild,v 1.2 2005/03/15 15:57:45 citizen428 Exp $ inherit ruby gnome2 @@ -20,10 +20,10 @@ DOCS="AUTHORS COPYING ChangeLog HACKING NEWS README TODO" RDEPEND="virtual/ruby >=ruby-gettext-0.6.1 - >=ruby-gnome2-0.10.1 - >=ruby-libglade2-0.10.1 - >=ruby-gconf2-0.10.1 - >=ruby-gdkpixbuf2-0.10.1 + >=ruby-gnome2-0.12.0 + >=ruby-libglade2-0.12.0 + >=ruby-gconf2-0.12.0 + >=ruby-gdkpixbuf2-0.12.0 >=ruby-amazon-0.8.3" src_compile() { |