diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-07 14:38:23 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-07 14:38:23 +0000 |
commit | 4a7e96efcca03f044f9a2b4147a4eb962e8c64e5 (patch) | |
tree | 3d78077448735821e4eb25ee25ded576ff9e26b8 /dev-ruby/text-format | |
parent | Change virtual/ruby to dev-lang/ruby, bug 265054. (diff) | |
download | gentoo-2-4a7e96efcca03f044f9a2b4147a4eb962e8c64e5.tar.gz gentoo-2-4a7e96efcca03f044f9a2b4147a4eb962e8c64e5.tar.bz2 gentoo-2-4a7e96efcca03f044f9a2b4147a4eb962e8c64e5.zip |
Change virtual/ruby to dev-lang/ruby, bug 265054.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/text-format')
-rw-r--r-- | dev-ruby/text-format/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index 6f11642bf688..dea92d0c61cf 100644 --- a/dev-ruby/text-format/ChangeLog +++ b/dev-ruby/text-format/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/text-format # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.38 2010/08/01 19:07:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.39 2010/08/07 14:38:23 graaff Exp $ + + 07 Aug 2010; Hans de Graaff <graaff@gentoo.org> text-format-1.0.0.ebuild: + Change virtual/ruby to dev-lang/ruby, bug 265054. 01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> text-format-1.0.0-r1.ebuild: diff --git a/dev-ruby/text-format/text-format-1.0.0.ebuild b/dev-ruby/text-format/text-format-1.0.0.ebuild index 4367270b11f2..fabe9e2f432e 100644 --- a/dev-ruby/text-format/text-format-1.0.0.ebuild +++ b/dev-ruby/text-format/text-format-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild,v 1.13 2010/05/22 16:02:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild,v 1.14 2010/08/07 14:38:23 graaff Exp $ inherit ruby gems @@ -11,5 +11,5 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="" -DEPEND="virtual/ruby +DEPEND="dev-lang/ruby >=dev-ruby/text-hyphen-1.0.0" |