diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-03-20 02:16:06 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-03-20 02:16:06 +0000 |
commit | 30ef3be95478dacd3caeb2dcd0f1855516c1e7f9 (patch) | |
tree | bd0f37716163c8308834a5a318fa88820fac6246 /app-text/sablotron/sablotron-0.97.ebuild | |
parent | I forget to keyword the 2.0 one. Fixed (diff) | |
download | historical-30ef3be95478dacd3caeb2dcd0f1855516c1e7f9.tar.gz historical-30ef3be95478dacd3caeb2dcd0f1855516c1e7f9.tar.bz2 historical-30ef3be95478dacd3caeb2dcd0f1855516c1e7f9.zip |
Added hppa to keywords.
Diffstat (limited to 'app-text/sablotron/sablotron-0.97.ebuild')
-rw-r--r-- | app-text/sablotron/sablotron-0.97.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/sablotron/sablotron-0.97.ebuild b/app-text/sablotron/sablotron-0.97.ebuild index 9b24e2ae8edf..b2975f118e75 100644 --- a/app-text/sablotron/sablotron-0.97.ebuild +++ b/app-text/sablotron/sablotron-0.97.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.97.ebuild,v 1.1 2003/03/08 23:01:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.97.ebuild,v 1.2 2003/03/20 02:16:06 gmsoft Exp $ S=${WORKDIR}/Sablot-${PV} DESCRIPTION="An XSLT Parser in C++" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act" SLOT="0" LICENSE="MPL-1.1" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="~x86 ~sparc ~ppc ~hppa" DEPEND=">=dev-libs/expat-1.95.1 dev-perl/XML-Parser" |