diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-10-21 04:37:22 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-10-21 04:37:22 +0000 |
commit | 1a8dfbf1c24838ede9ed4b00c7ae40563105f304 (patch) | |
tree | 73deb6c0c6f42c0c9517c227b44bfe9e49f39d4b /dev-python/jaxml | |
parent | FILES_VER 0.5. Update /etc/env.d/10xorg to reflect shift from /usr/X11R6/{lib... (diff) | |
download | gentoo-2-1a8dfbf1c24838ede9ed4b00c7ae40563105f304.tar.gz gentoo-2-1a8dfbf1c24838ede9ed4b00c7ae40563105f304.tar.bz2 gentoo-2-1a8dfbf1c24838ede9ed4b00c7ae40563105f304.zip |
Marked stable x86
Diffstat (limited to 'dev-python/jaxml')
-rw-r--r-- | dev-python/jaxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/jaxml/jaxml-3.01.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/jaxml/ChangeLog b/dev-python/jaxml/ChangeLog index a7ca689b28b1..b76b6456597c 100644 --- a/dev-python/jaxml/ChangeLog +++ b/dev-python/jaxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/jaxml # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/ChangeLog,v 1.3 2004/10/05 23:05:21 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/ChangeLog,v 1.4 2004/10/21 04:34:41 pythonhead Exp $ + + 20 Oct 2004; Rob Cakebread <pythonhead@gentoo.org> jaxml-3.01.ebuild: + Marked stable x86 05 Oct 2004; Dylan Carlson <absinthe@gentoo.org> jaxml-3.01.ebuild: KEYWORDS ~amd64 diff --git a/dev-python/jaxml/jaxml-3.01.ebuild b/dev-python/jaxml/jaxml-3.01.ebuild index 071f02c91ac1..d166acc6cbc7 100644 --- a/dev-python/jaxml/jaxml-3.01.ebuild +++ b/dev-python/jaxml/jaxml-3.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/jaxml-3.01.ebuild,v 1.3 2004/10/05 23:05:21 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/jaxml-3.01.ebuild,v 1.4 2004/10/21 04:34:41 pythonhead Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://www.librelogiciel.com/software/jaxml/tarballs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/python" |