diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-13 18:08:12 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-13 18:08:12 +0000 |
commit | 0c78fa75653d5385044ce22889126635006d6e0c (patch) | |
tree | ae8212ac366056b462cdd7be51469c592de5fda2 /dev-util | |
parent | flickr support should be optional as, otherwise, it will crash if dependencie... (diff) | |
download | gentoo-2-0c78fa75653d5385044ce22889126635006d6e0c.tar.gz gentoo-2-0c78fa75653d5385044ce22889126635006d6e0c.tar.bz2 gentoo-2-0c78fa75653d5385044ce22889126635006d6e0c.zip |
amd64 stable wrt bug #554712
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/boost-build/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/boost-build/boost-build-1.56.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 412f88e6c232..53833bb69213 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.144 2015/07/13 12:22:47 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.145 2015/07/13 18:08:12 zlogene Exp $ + + 13 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> boost-build-1.56.0.ebuild: + amd64 stable wrt bug #554712 *boost-build-1.58.0 (13 Jul 2015) diff --git a/dev-util/boost-build/boost-build-1.56.0.ebuild b/dev-util/boost-build/boost-build-1.56.0.ebuild index 6c2a3a301ac8..9efd295d6ee7 100644 --- a/dev-util/boost-build/boost-build-1.56.0.ebuild +++ b/dev-util/boost-build/boost-build-1.56.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.56.0.ebuild,v 1.6 2015/03/03 07:40:06 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild,v 1.7 2015/07/13 18:08:12 zlogene Exp $ EAPI="5" @@ -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" RDEPEND="python? ( ${PYTHON_DEPS} ) |