diff options
Diffstat (limited to 'www-client/ci/ci-1.1.6.ebuild')
-rw-r--r-- | www-client/ci/ci-1.1.6.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www-client/ci/ci-1.1.6.ebuild b/www-client/ci/ci-1.1.6.ebuild index 321ee28db801..415e71609833 100644 --- a/www-client/ci/ci-1.1.6.ebuild +++ b/www-client/ci/ci-1.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/ci/ci-1.1.6.ebuild,v 1.1 2004/09/08 13:31:55 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/ci/ci-1.1.6.ebuild,v 1.2 2006/10/12 10:13:35 flameeyes Exp $ IUSE="" @@ -23,10 +23,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND=">=sys-apps/sed-4" -RDEPEND="virtual/ruby +DEPEND="virtual/ruby =x11-libs/gtk+-1.2* - >=dev-ruby/ruby-gtk-0.28 + >=dev-ruby/ruby-gtk-0.28" +RDEPEND="${DEPEND} media-fonts/monafont" S=${WORKDIR}/Ci-${MY_PV} |