diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2005-04-21 16:57:42 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2005-04-21 16:57:42 +0000 |
commit | 832e0af9102be7e05d6468055b52c8539a164cfc (patch) | |
tree | d3b90af95f72648c79c64f4776d4fbcd066348a9 /dev-cpp | |
parent | Stable on ppc64 (diff) | |
download | historical-832e0af9102be7e05d6468055b52c8539a164cfc.tar.gz historical-832e0af9102be7e05d6468055b52c8539a164cfc.tar.bz2 historical-832e0af9102be7e05d6468055b52c8539a164cfc.zip |
~amd64 keyword and digest fix
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gccxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gccxml/Manifest | 4 | ||||
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.6.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/gccxml/ChangeLog b/dev-cpp/gccxml/ChangeLog index 95b3368de885..225f23e105e2 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.1 2005/01/25 22:05:42 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.2 2005/04/21 16:57:42 g2boojum Exp $ + + 21 Apr 2005; Grant Goodyear <g2boojum@gentoo.org> gccxml-0.6.0.ebuild: + Add ~amd64 keyword and recompute digest. 25 Jan 2005; Grant Goodyear <g2boojum@gentoo.org> : New package. diff --git a/dev-cpp/gccxml/Manifest b/dev-cpp/gccxml/Manifest index 880f20a53546..fe4cc4ff7631 100644 --- a/dev-cpp/gccxml/Manifest +++ b/dev-cpp/gccxml/Manifest @@ -1,4 +1,4 @@ -MD5 a1ab4cdc0cb552b2a38077abcda33288 gccxml-0.6.0.ebuild 783 -MD5 6c567d860466040ad706f469ea63334c ChangeLog 273 +MD5 354f24aa7e54f3d643dbc6cd8a677dea ChangeLog 390 +MD5 54706b4a7765620ee9f9ec91ea72f8d6 gccxml-0.6.0.ebuild 790 MD5 56a06f7f4c67369042ee8c3cad5605cb metadata.xml 205 MD5 e0b7d3d4f37a51b160e97d6b2f6c4fce files/digest-gccxml-0.6.0 65 diff --git a/dev-cpp/gccxml/gccxml-0.6.0.ebuild b/dev-cpp/gccxml/gccxml-0.6.0.ebuild index a88d9ecc778e..017a1b3c4969 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.1 2005/01/25 22:05:42 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.6.0.ebuild,v 1.2 2005/04/21 16:57:42 g2boojum 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" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-util/cmake" |