diff options
author | 2005-10-29 05:01:07 +0000 | |
---|---|---|
committer | 2005-10-29 05:01:07 +0000 | |
commit | e95ba2ec579f873ff71e4ca313bef988cce65114 (patch) | |
tree | 7710c3522daf4ff7455a6e64b767c7c6ea8adce3 /dev-cpp | |
parent | First release of goffice. GOffice is a library of document-centric objects an... (diff) | |
download | gentoo-2-e95ba2ec579f873ff71e4ca313bef988cce65114.tar.gz gentoo-2-e95ba2ec579f873ff71e4ca313bef988cce65114.tar.bz2 gentoo-2-e95ba2ec579f873ff71e4ca313bef988cce65114.zip |
Stable on amd64
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gccxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gccxml/ChangeLog b/dev-cpp/gccxml/ChangeLog index 596927c780c2..b225849e9a92 100644 --- a/dev-cpp/gccxml/ChangeLog +++ b/dev-cpp/gccxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gccxml # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.8 2005/10/12 13:21:26 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.9 2005/10/29 05:01:07 morfic Exp $ + + 29 Oct 2005; Daniel Goller <morfic@gentoo.org> gccxml-0.6.0.ebuild: + Stabelizing on amd64 *gccxml-0.6.0-r1 (12 Oct 2005) diff --git a/dev-cpp/gccxml/gccxml-0.6.0.ebuild b/dev-cpp/gccxml/gccxml-0.6.0.ebuild index 4de0a97ee62e..9930c6ab5707 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.6 2005/08/06 01:17:42 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.6.0.ebuild,v 1.7 2005/10/29 05:01:07 morfic 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" |