diff options
author | 2015-04-14 12:32:20 +0000 | |
---|---|---|
committer | 2015-04-14 12:32:20 +0000 | |
commit | f89f6133cf7806222d11bbb3fae7f89d0f075062 (patch) | |
tree | 6ea9aa32dd00547a70d39fb741e45182f59c3879 /dev-util/boost-build | |
parent | Stable for ia64, wrt bug #525286 (diff) | |
download | gentoo-2-f89f6133cf7806222d11bbb3fae7f89d0f075062.tar.gz gentoo-2-f89f6133cf7806222d11bbb3fae7f89d0f075062.tar.bz2 gentoo-2-f89f6133cf7806222d11bbb3fae7f89d0f075062.zip |
Stable for ia64, wrt bug #525286
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util/boost-build')
-rw-r--r-- | dev-util/boost-build/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/boost-build/boost-build-1.55.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/boost-build/ChangeLog b/dev-util/boost-build/ChangeLog index 802671cc03eb..8d11fc3c55a4 100644 --- a/dev-util/boost-build/ChangeLog +++ b/dev-util/boost-build/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/boost-build # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.141 2015/04/13 09:07:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.142 2015/04/14 12:32:20 ago Exp $ + + 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> boost-build-1.55.0.ebuild: + Stable for ia64, wrt bug #525286 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> boost-build-1.55.0.ebuild: Stable for alpha, wrt bug #525286 diff --git a/dev-util/boost-build/boost-build-1.55.0.ebuild b/dev-util/boost-build/boost-build-1.55.0.ebuild index 619161403d55..c4ebc1be8767 100644 --- a/dev-util/boost-build/boost-build-1.55.0.ebuild +++ b/dev-util/boost-build/boost-build-1.55.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild,v 1.12 2015/04/13 09:07:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild,v 1.13 2015/04/14 12:32:20 ago Exp $ EAPI="5" PYTHON_DEPEND="python? 2" @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" SLOT=0 -KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples python test" REQUIRED_USE="test? ( python )" |