Skip to content

Commit

Permalink
toolchain-binutils.eclass: use versioned SLOT all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Mar 11, 2016
1 parent 812dabc commit c27731d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions eclass/toolchain-binutils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,12 @@ IUSE="cxx multislot multitarget nls static-libs test vanilla"
if version_is_at_least 2.19 ; then
IUSE+=" zlib"
fi
if ! version_is_at_least 2.25 || [[ ${BTYPE} != "rel" ]] || is_cross || use multislot ; then
SLOT="${BVER}"
else
SLOT="0"
fi
SLOT="${BVER}"

RDEPEND=">=sys-devel/binutils-config-3"
in_iuse zlib && RDEPEND+=" zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
!multislot? ( !<${CATEGORY}/${P} )
test? ( dev-util/dejagnu )
nls? ( sys-devel/gettext )
sys-devel/flex
Expand Down
1 change: 1 addition & 0 deletions profiles/updates/1Q-2016
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ move dev-perl/net-sftp dev-perl/Net-SFTP
move dev-perl/net-ssh-perl dev-perl/Net-SSH-Perl
move dev-perl/DateManip dev-perl/Date-Manip
move dev-perl/wxperl dev-perl/Wx
slotmove sys-devel/binutils 0 2.25.1

0 comments on commit c27731d

Please sign in to comment.