diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-09-22 16:37:51 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-09-22 16:37:51 +0000 |
commit | 05a82e1d7c0c8b9cd1d291baa5b970fabf4fb60c (patch) | |
tree | 36e92c2379fd6554761ff948271360722eafd5ac /app-text | |
parent | Marked stable on amd64 as per bug 188190. (diff) | |
download | gentoo-2-05a82e1d7c0c8b9cd1d291baa5b970fabf4fb60c.tar.gz gentoo-2-05a82e1d7c0c8b9cd1d291baa5b970fabf4fb60c.tar.bz2 gentoo-2-05a82e1d7c0c8b9cd1d291baa5b970fabf4fb60c.zip |
Added ~amd64 wrt bug #193129
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xmldiff/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xmldiff/xmldiff-0.6.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/xmldiff/ChangeLog b/app-text/xmldiff/ChangeLog index b628d540e47c..0d3fa8e1c658 100644 --- a/app-text/xmldiff/ChangeLog +++ b/app-text/xmldiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xmldiff # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/ChangeLog,v 1.2 2007/06/28 19:45:45 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/ChangeLog,v 1.3 2007/09/22 16:37:51 angelos Exp $ + + 22 Sep 2007; Christoph Mende <angelos@gentoo.org> xmldiff-0.6.8.ebuild: + Added ~amd64 wrt bug #193129 28 Jun 2007; Santiago M. Mola <coldwind@gentoo.org> -files/xmldiff-0.6.8-python2.5.patch: diff --git a/app-text/xmldiff/xmldiff-0.6.8.ebuild b/app-text/xmldiff/xmldiff-0.6.8.ebuild index d4be98410e90..2cacce503eca 100644 --- a/app-text/xmldiff/xmldiff-0.6.8.ebuild +++ b/app-text/xmldiff/xmldiff-0.6.8.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/app-text/xmldiff/xmldiff-0.6.8.ebuild,v 1.2 2007/06/28 19:45:45 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/xmldiff-0.6.8.ebuild,v 1.3 2007/09/22 16:37:51 angelos Exp $ inherit eutils distutils @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.logilab.fr/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" |