diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-25 18:24:31 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-25 18:24:31 +0000 |
commit | 655d4f49882dfed24c0798ea365f71991d426ffd (patch) | |
tree | 22a2caf6cdb3e77997b8eb55aadbe124c7c7db6b /dev-cpp/gccxml/gccxml-0.6.0.ebuild | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-655d4f49882dfed24c0798ea365f71991d426ffd.tar.gz gentoo-2-655d4f49882dfed24c0798ea365f71991d426ffd.tar.bz2 gentoo-2-655d4f49882dfed24c0798ea365f71991d426ffd.zip |
.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-cpp/gccxml/gccxml-0.6.0.ebuild')
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/gccxml/gccxml-0.6.0.ebuild b/dev-cpp/gccxml/gccxml-0.6.0.ebuild index 2416999e8280..5f1b5c8a0f37 100644 --- a/dev-cpp/gccxml/gccxml-0.6.0.ebuild +++ b/dev-cpp/gccxml/gccxml-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.6.0.ebuild,v 1.4 2005/05/12 17:31:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.6.0.ebuild,v 1.5 2005/07/25 18:24:31 mkennedy Exp $ inherit versionator PVM="$(get_version_component_range 1-2)" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gccxml.org/" SRC_URI="http://www.gccxml.org/files/v${PVM}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~ia64" +KEYWORDS="~x86 ~amd64 ~ppc ~ia64 ~sparc" IUSE="" DEPEND="dev-util/cmake" |