diff options
author | 2006-02-03 04:41:31 +0000 | |
---|---|---|
committer | 2006-02-03 04:41:31 +0000 | |
commit | b9d50283962a15db3d7b35919fb4ea8f0ee7bd7d (patch) | |
tree | 703724ddaa5191e2cd27214864b84c2b8ee1d52e /dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild | |
parent | Added missing rman dep for modular X. (diff) | |
download | gentoo-2-b9d50283962a15db3d7b35919fb4ea8f0ee7bd7d.tar.gz gentoo-2-b9d50283962a15db3d7b35919fb4ea8f0ee7bd7d.tar.bz2 gentoo-2-b9d50283962a15db3d7b35919fb4ea8f0ee7bd7d.zip |
Stable on x86; bug #120840
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild')
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild b/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild index b8db94e25724..8cba900d316f 100644 --- a/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild +++ b/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.3 2006/02/01 23:05:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild,v 1.4 2006/02/03 04:41:07 halcy0n Exp $ inherit versionator eutils 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" |