summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-05-12 17:31:58 +0000
committerAron Griffis <agriffis@gentoo.org>2005-05-12 17:31:58 +0000
commit6e9b79a09a96159f71abf8dade8a65b3b188b2a2 (patch)
tree7251a97b466241d9528cfa13b6d6ffacd3daa9ad /dev-libs
parentkeyworded ~alpha (diff)
downloadgentoo-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-libs')
-rw-r--r--dev-libs/boost/ChangeLog5
-rw-r--r--dev-libs/boost/boost-1.32.0-r4.ebuild4
2 files changed, 6 insertions, 3 deletions
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 )