diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-07 13:23:52 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-07 13:23:52 +0000 |
commit | 08531575c8d0b3eae296e2cc4881d645cd1de45f (patch) | |
tree | 8923e9813ca2f2f8a12ae837fbacda193254fcbe /app-text/xmlformat/xmlformat-1.03.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-08531575c8d0b3eae296e2cc4881d645cd1de45f.tar.gz gentoo-2-08531575c8d0b3eae296e2cc4881d645cd1de45f.tar.bz2 gentoo-2-08531575c8d0b3eae296e2cc4881d645cd1de45f.zip |
Change virtual/ruby per bug 265054.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xmlformat/xmlformat-1.03.ebuild')
-rw-r--r-- | app-text/xmlformat/xmlformat-1.03.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/xmlformat/xmlformat-1.03.ebuild b/app-text/xmlformat/xmlformat-1.03.ebuild index 3e52375620f3..25ffa0181ceb 100644 --- a/app-text/xmlformat/xmlformat-1.03.ebuild +++ b/app-text/xmlformat/xmlformat-1.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/xmlformat-1.03.ebuild,v 1.6 2008/01/19 14:57:11 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/xmlformat-1.03.ebuild,v 1.7 2010/08/07 13:23:52 graaff Exp $ DESCRIPTION="Reformat XML documents to your custom style" SRC_URI="http://www.kitebird.com/software/${PN}/${P}.tar.gz" @@ -10,7 +10,7 @@ SLOT="0" LICENSE="xmlformat" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="ruby? ( virtual/ruby ) +DEPEND="ruby? ( =dev-lang/ruby-1.8* ) !ruby? ( dev-lang/perl )" IUSE="ruby doc" |