diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-05-18 16:40:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-05-18 16:40:17 +0000 |
commit | 2a293226c88662c2db701829dc9d17ba9868dc2d (patch) | |
tree | a908f8ac59de08893d80cba1187a939d689dc9ea /sys-libs | |
parent | Disable building of examples as they are not actually installed; fix from Nam... (diff) | |
download | gentoo-2-2a293226c88662c2db701829dc9d17ba9868dc2d.tar.gz gentoo-2-2a293226c88662c2db701829dc9d17ba9868dc2d.tar.bz2 gentoo-2-2a293226c88662c2db701829dc9d17ba9868dc2d.zip |
Add a blocker against older SLOTs to help with upgrades #497344 by Alex Orange.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/newlib/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/newlib/newlib-2.2.0.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys-libs/newlib/ChangeLog b/sys-libs/newlib/ChangeLog index 02eee3312f9b..c198df96b561 100644 --- a/sys-libs/newlib/ChangeLog +++ b/sys-libs/newlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/newlib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.30 2015/05/18 16:26:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.31 2015/05/18 16:40:17 vapier Exp $ + + 18 May 2015; Mike Frysinger <vapier@gentoo.org> newlib-2.2.0.ebuild: + Add a blocker against older SLOTs to help with upgrades #497344 by Alex + Orange. 18 May 2015; Mike Frysinger <vapier@gentoo.org> newlib-2.2.0.ebuild: Stabilize for all. diff --git a/sys-libs/newlib/newlib-2.2.0.ebuild b/sys-libs/newlib/newlib-2.2.0.ebuild index fb1cc9efddd4..7908c6c453b7 100644 --- a/sys-libs/newlib/newlib-2.2.0.ebuild +++ b/sys-libs/newlib/newlib-2.2.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/sys-libs/newlib/newlib-2.2.0.ebuild,v 1.3 2015/05/18 16:26:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild,v 1.4 2015/05/18 16:40:17 vapier Exp $ EAPI="4" @@ -30,6 +30,9 @@ SLOT="0" IUSE="nls threads unicode crosscompile_opts_headers-only" RESTRICT="strip" +# Handle the SLOT changes. #497344 +RDEPEND="!<${CATEGORY}/${PN}-2.1.0" + NEWLIBBUILD="${WORKDIR}/build" pkg_setup() { |