diff options
Diffstat (limited to 'app-text/xmldiff')
-rw-r--r-- | app-text/xmldiff/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xmldiff/xmldiff-0.6.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/xmldiff/ChangeLog b/app-text/xmldiff/ChangeLog index 801c9a2ecd8c..7e70a000b306 100644 --- a/app-text/xmldiff/ChangeLog +++ b/app-text/xmldiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xmldiff # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/ChangeLog,v 1.8 2010/04/16 18:21:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/ChangeLog,v 1.9 2010/06/27 12:34:57 nixnut Exp $ + + 27 Jun 2010; <nixnut@gentoo.org> xmldiff-0.6.9.ebuild: + ppc stable #321591 16 Apr 2010; Raúl Porcel <armin76@gentoo.org> xmldiff-0.6.8.ebuild, xmldiff-0.6.9.ebuild: diff --git a/app-text/xmldiff/xmldiff-0.6.9.ebuild b/app-text/xmldiff/xmldiff-0.6.9.ebuild index 45b9a0be34bb..c73cbdd82b21 100644 --- a/app-text/xmldiff/xmldiff-0.6.9.ebuild +++ b/app-text/xmldiff/xmldiff-0.6.9.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/app-text/xmldiff/xmldiff-0.6.9.ebuild,v 1.4 2010/04/16 18:21:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/xmldiff-0.6.9.ebuild,v 1.5 2010/06/27 12:34:57 nixnut 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="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ppc ~sparc ~x86" IUSE="" DEPEND="" |