diff options
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 9930c6ab5707..1a26878ed647 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.7 2005/10/29 05:01:07 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.6.0.ebuild,v 1.8 2005/10/29 06:21:00 halcy0n 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="amd64 ~ia64 ~mips ppc ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ~mips ppc ~sparc x86" IUSE="" DEPEND="dev-util/cmake" |