diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-03-15 18:09:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-03-15 18:09:47 +0000 |
commit | 32cfb2b58952834b15aaa70d23a2b3524a38639f (patch) | |
tree | c61e21107ad2b7c281fd12234a7b05fb56db5c8a /sys-devel | |
parent | Support upgrades from 9.x. https://github.com/gentoo/gentoo-portage-rsync-mir... (diff) | |
download | gentoo-2-32cfb2b58952834b15aaa70d23a2b3524a38639f.tar.gz gentoo-2-32cfb2b58952834b15aaa70d23a2b3524a38639f.tar.bz2 gentoo-2-32cfb2b58952834b15aaa70d23a2b3524a38639f.zip |
Mark ~amd64-fbsd, bug #499212. Tested by nigoro.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index a4421c37ba70..9c048f271045 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.528 2015/03/14 08:04:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.529 2015/03/15 18:09:47 mgorny Exp $ + + 15 Mar 2015; Michał Górny <mgorny@gentoo.org> binutils-2.25.ebuild: + Mark ~amd64-fbsd, bug #499212. Tested by nigoro. 14 Mar 2015; Mike Frysinger <vapier@gentoo.org> -binutils-2.19.1-r1.ebuild, -binutils-2.20.1-r1.ebuild, -binutils-2.24.90.ebuild: diff --git a/sys-devel/binutils/binutils-2.25.ebuild b/sys-devel/binutils/binutils-2.25.ebuild index d033e4c872c6..5a76074a170b 100644 --- a/sys-devel/binutils/binutils-2.25.ebuild +++ b/sys-devel/binutils/binutils-2.25.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-devel/binutils/binutils-2.25.ebuild,v 1.2 2015/02/15 08:06:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.25.ebuild,v 1.3 2015/03/15 18:09:47 mgorny Exp $ EAPI="4" @@ -8,4 +8,4 @@ PATCHVER="1.0" ELF2FLT_VER="" inherit toolchain-binutils -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd" |