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 | |
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)
-rw-r--r-- | dev-cpp/gccxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.6.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/boost/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.32.0-r4.ebuild | 4 |
4 files changed, 12 insertions, 6 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" diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 1b2edd5828c8..fa7723fc9a53 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.52 2005/05/03 23:21:01 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.53 2005/05/12 17:31:58 agriffis Exp $ + + 12 May 2005; Aron Griffis <agriffis@gentoo.org> boost-1.32.0-r4.ebuild: + add ~ia64 *boost-1.32.0-r4 (04 May 2005) diff --git a/dev-libs/boost/boost-1.32.0-r4.ebuild b/dev-libs/boost/boost-1.32.0-r4.ebuild index ef05b0460091..3a542bc60991 100644 --- a/dev-libs/boost/boost-1.32.0-r4.ebuild +++ b/dev-libs/boost/boost-1.32.0-r4.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-libs/boost/boost-1.32.0-r4.ebuild,v 1.1 2005/05/03 23:21:01 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r4.ebuild,v 1.2 2005/05/12 17:31:58 agriffis Exp $ # This ebuild was generated by Ebuilder v0.4. inherit python distutils multilib eutils @@ -12,7 +12,7 @@ BOOST_PV=${BOOST_PV1/./_} SRC_URI="mirror://sourceforge/boost/${PN}_${BOOST_PV}.tar.bz2" LICENSE="freedist Boost-1.0" SLOT="1" -KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc64" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc64 ~ia64" IUSE="debug doc icc pyste static threads threadsonly" DEPEND="!icc? ( sys-devel/gcc ) |