diff options
Diffstat (limited to 'dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild')
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild b/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild index 2ffc73b9e08d..152dadd91594 100644 --- a/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild +++ b/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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-r1.ebuild,v 1.5 2006/07/21 02:28:40 psi29a Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild,v 1.6 2007/02/11 11:20:08 vapier Exp $ inherit versionator eutils PVM="$(get_version_component_range 1-2)" DESCRIPTION="XML output extension to GCC" 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 arm ia64 mips ppc s390 sh ~sparc x86" IUSE="" DEPEND="dev-util/cmake" |