diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-08-20 07:50:41 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-08-20 07:50:41 +0000 |
commit | 7a62039257fd0a7af8d9b779823a1b2672be69e6 (patch) | |
tree | 7f75e83437e77271870048f2d197ba5f9f34b5a8 /app-misc/alexandria/alexandria-0.6.0.ebuild | |
parent | Stable on x86 (#144492) (diff) | |
download | gentoo-2-7a62039257fd0a7af8d9b779823a1b2672be69e6.tar.gz gentoo-2-7a62039257fd0a7af8d9b779823a1b2672be69e6.tar.bz2 gentoo-2-7a62039257fd0a7af8d9b779823a1b2672be69e6.zip |
add scrollkeeper dependency, thanks to Chris Langdon and Petr Pisar
for reporting (#Bug 107401)
(Portage version: 2.1-r1)
Diffstat (limited to 'app-misc/alexandria/alexandria-0.6.0.ebuild')
-rw-r--r-- | app-misc/alexandria/alexandria-0.6.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-misc/alexandria/alexandria-0.6.0.ebuild b/app-misc/alexandria/alexandria-0.6.0.ebuild index 304464150b67..d547b73091c1 100644 --- a/app-misc/alexandria/alexandria-0.6.0.ebuild +++ b/app-misc/alexandria/alexandria-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.0.ebuild,v 1.2 2005/09/24 11:11:09 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.0.ebuild,v 1.3 2006/08/20 07:50:41 wormo Exp $ inherit ruby gnome2 eutils @@ -27,6 +27,9 @@ RDEPEND=">=dev-lang/ruby-1.8.0 >=dev-ruby/ruby-amazon-0.8.3 >=dev-ruby/ruby-zoom-0.2.0" +DEPEND="${RDEPEND} + app-text/scrollkeeper" + src_compile() { ruby install.rb config || die ruby install.rb setup || die |