diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-01-09 08:22:40 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-01-09 08:22:40 +0000 |
commit | d6f33e2bcb98dac3b74e474ed475be2d14de3568 (patch) | |
tree | 184aecb322b97d26d828d66ee634c2fec7e250a4 /dev-ruby/ruby-activeldap | |
parent | Version bump to latest. Stabilise older. (diff) | |
download | gentoo-2-d6f33e2bcb98dac3b74e474ed475be2d14de3568.tar.gz gentoo-2-d6f33e2bcb98dac3b74e474ed475be2d14de3568.tar.bz2 gentoo-2-d6f33e2bcb98dac3b74e474ed475be2d14de3568.zip |
Loosen ruby-gettext dependency a bit to include patched version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-activeldap')
-rw-r--r-- | dev-ruby/ruby-activeldap/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/ruby-activeldap/ChangeLog b/dev-ruby/ruby-activeldap/ChangeLog index 8288eadfbfa8..32be65d9de75 100644 --- a/dev-ruby/ruby-activeldap/ChangeLog +++ b/dev-ruby/ruby-activeldap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-activeldap -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.25 2010/12/11 07:49:14 graaff Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.26 2011/01/09 08:22:40 graaff Exp $ + + 09 Jan 2011; Hans de Graaff <graaff@gentoo.org> + ruby-activeldap-1.2.2.ebuild: + Loosen ruby-gettext dependency a bit to include patched version. 11 Dec 2010; Hans de Graaff <graaff@gentoo.org> -ruby-activeldap-1.2.1-r1.ebuild, -ruby-activeldap-1.2.1-r2.ebuild: diff --git a/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild b/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild index bb9e3b809fb1..51b3f0f768b7 100644 --- a/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild +++ b/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild,v 1.2 2010/12/11 07:47:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild,v 1.3 2011/01/09 08:22:40 graaff Exp $ EAPI="2" USE_RUBY="ruby18" @@ -32,7 +32,7 @@ ruby_add_bdepend "test? ( virtual/ruby-test-unit )" ruby_add_rdepend " =dev-ruby/activerecord-2.3* ~dev-ruby/locale-2.0.5 - ~dev-ruby/ruby-gettext-2.1.0 + =dev-ruby/ruby-gettext-2.1.0* =dev-ruby/gettext_activerecord-2.1.0* >=dev-ruby/ruby-ldap-0.8.2" |