diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-10-18 19:45:43 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-10-18 19:45:43 +0000 |
commit | 8d7f9941d1b6066e71fbabf7d185388934fa33a7 (patch) | |
tree | 9666145b401970dc6c22a212f11c02b387c68373 /dev-ruby/haml/haml-1.7.1.ebuild | |
parent | new upstream release. (diff) | |
download | gentoo-2-8d7f9941d1b6066e71fbabf7d185388934fa33a7.tar.gz gentoo-2-8d7f9941d1b6066e71fbabf7d185388934fa33a7.tar.bz2 gentoo-2-8d7f9941d1b6066e71fbabf7d185388934fa33a7.zip |
Add dependency on dev-ruby/activesupport
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby/haml/haml-1.7.1.ebuild')
-rw-r--r-- | dev-ruby/haml/haml-1.7.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ruby/haml/haml-1.7.1.ebuild b/dev-ruby/haml/haml-1.7.1.ebuild index e63b0c85503a..168269a48c0f 100644 --- a/dev-ruby/haml/haml-1.7.1.ebuild +++ b/dev-ruby/haml/haml-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-1.7.1.ebuild,v 1.2 2007/10/14 05:27:35 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-1.7.1.ebuild,v 1.3 2007/10/18 19:45:43 graaff Exp $ inherit ruby gems @@ -12,4 +12,5 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" -DEPEND=">=dev-lang/ruby-1.8.4" +DEPEND=">=dev-lang/ruby-1.8.4 + dev-ruby/activesupport" |