diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-12 17:31:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-12 17:31:58 +0000 |
commit | 6e9b79a09a96159f71abf8dade8a65b3b188b2a2 (patch) | |
tree | 7251a97b466241d9528cfa13b6d6ffacd3daa9ad /dev-cpp/gccxml | |
parent | keyworded ~alpha (diff) | |
download | gentoo-2-6e9b79a09a96159f71abf8dade8a65b3b188b2a2.tar.gz gentoo-2-6e9b79a09a96159f71abf8dade8a65b3b188b2a2.tar.bz2 gentoo-2-6e9b79a09a96159f71abf8dade8a65b3b188b2a2.zip |
add ~ia64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-cpp/gccxml')
-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 c94290b1aedf..88db065215dc 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.3 2005/04/24 22:44:13 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.4 2005/05/12 17:31:35 agriffis Exp $ + + 12 May 2005; Aron Griffis <agriffis@gentoo.org> gccxml-0.6.0.ebuild: + add ~ia64 24 Apr 2005; Daniel Goller <morfic@gentoo.org> gccxml-0.6.0.ebuild: add ~ppc diff --git a/dev-cpp/gccxml/gccxml-0.6.0.ebuild b/dev-cpp/gccxml/gccxml-0.6.0.ebuild index 68e018a467fe..2416999e8280 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.3 2005/04/24 22:44:13 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.6.0.ebuild,v 1.4 2005/05/12 17:31:35 agriffis 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" +KEYWORDS="~x86 ~amd64 ~ppc ~ia64" IUSE="" DEPEND="dev-util/cmake" |