diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-12-06 22:20:29 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-12-06 22:20:29 +0000 |
commit | 094d376a5d7aebcac0135399c6416c43cc195830 (patch) | |
tree | 87cd995ecc6f599b843eb28133ee25cd633223e4 /app-text/xmlformat/xmlformat-1.03.ebuild | |
parent | Rename list_delete function to list_delete_at - the old name is used in mysql... (diff) | |
download | gentoo-2-094d376a5d7aebcac0135399c6416c43cc195830.tar.gz gentoo-2-094d376a5d7aebcac0135399c6416c43cc195830.tar.bz2 gentoo-2-094d376a5d7aebcac0135399c6416c43cc195830.zip |
Added ~amd64 keyword.
(Portage version: 2.0.53)
Diffstat (limited to 'app-text/xmlformat/xmlformat-1.03.ebuild')
-rw-r--r-- | app-text/xmlformat/xmlformat-1.03.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xmlformat/xmlformat-1.03.ebuild b/app-text/xmlformat/xmlformat-1.03.ebuild index 677fb7a90aa7..6b7ae8845f7d 100644 --- a/app-text/xmlformat/xmlformat-1.03.ebuild +++ b/app-text/xmlformat/xmlformat-1.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.4 2005/10/29 15:56:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/xmlformat-1.03.ebuild,v 1.5 2005/12/06 22:20:29 metalgod Exp $ DESCRIPTION="Reformat XML documents to your custom style" SRC_URI="http://www.kitebird.com/software/${PN}/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.kitebird.com/software/xmlformat/" SLOT="0" LICENSE="xmlformat" -KEYWORDS="~ppc ~ppc-macos ~x86" +KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86" DEPEND="ruby? ( virtual/ruby ) !ruby? ( dev-lang/perl )" |