diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-06-07 18:17:29 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-06-07 18:17:29 +0000 |
commit | 194f40ca0e6278342507934c5a8f5dec8c2c4c0c (patch) | |
tree | 2f21ac5cc4941fd8aefb78f216a84590487e71e6 /app-text/xml2doc | |
parent | amd64/x86 stable, bug #272646 (diff) | |
download | historical-194f40ca0e6278342507934c5a8f5dec8c2c4c0c.tar.gz historical-194f40ca0e6278342507934c5a8f5dec8c2c4c0c.tar.bz2 historical-194f40ca0e6278342507934c5a8f5dec8c2c4c0c.zip |
Stable on alpha, bug #272245
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'app-text/xml2doc')
-rw-r--r-- | app-text/xml2doc/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/xml2doc/xml2doc-20030510-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/xml2doc/ChangeLog b/app-text/xml2doc/ChangeLog index 01a2415e7b6d..a7cba7000734 100644 --- a/app-text/xml2doc/ChangeLog +++ b/app-text/xml2doc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/xml2doc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/ChangeLog,v 1.21 2009/06/06 17:06:45 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/ChangeLog,v 1.22 2009/06/07 18:17:29 klausman Exp $ + + 07 Jun 2009; Tobias Klausmann <klausman@gentoo.org> + xml2doc-20030510-r1.ebuild: + Stable on alpha, bug #272245 06 Jun 2009; nixnut <nixnut@gentoo.org> xml2doc-20030510-r1.ebuild: ppc stable #272245 diff --git a/app-text/xml2doc/xml2doc-20030510-r1.ebuild b/app-text/xml2doc/xml2doc-20030510-r1.ebuild index 081d45b56f1c..fbe5b516fb53 100644 --- a/app-text/xml2doc/xml2doc-20030510-r1.ebuild +++ b/app-text/xml2doc/xml2doc-20030510-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/xml2doc-20030510-r1.ebuild,v 1.6 2009/06/06 17:06:45 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/xml2doc-20030510-r1.ebuild,v 1.7 2009/06/07 18:17:29 klausman Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="GPL-2" IUSE="pdf" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" DEPEND=">=dev-libs/libxml2-2.5 pdf? ( >=media-libs/pdflib-4 )" |