diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 02:49:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 02:49:06 +0000 |
commit | bf0cdabce300682176c7f28c446b1aa8a007986d (patch) | |
tree | d0f2150ee9127804f82383a509bb95dc8d17c9ce /virtual/libffi | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-bf0cdabce300682176c7f28c446b1aa8a007986d.tar.gz gentoo-2-bf0cdabce300682176c7f28c446b1aa8a007986d.tar.bz2 gentoo-2-bf0cdabce300682176c7f28c446b1aa8a007986d.zip |
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'virtual/libffi')
-rw-r--r-- | virtual/libffi/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/libffi/libffi-3.0.13-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/libffi/ChangeLog b/virtual/libffi/ChangeLog index a62e5dd98b9e..30de363a4902 100644 --- a/virtual/libffi/ChangeLog +++ b/virtual/libffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/libffi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.32 2013/07/30 22:55:45 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.33 2014/01/18 02:49:06 vapier Exp $ + + 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> libffi-3.0.13-r1.ebuild: + Add arm64 love. 30 Jul 2013; Alexis Ballier <aballier@gentoo.org> libffi-3.0.13-r1.ebuild: no need to block emul-libs here since it doesnt install any file diff --git a/virtual/libffi/libffi-3.0.13-r1.ebuild b/virtual/libffi/libffi-3.0.13-r1.ebuild index 1e85c666c20b..cfa9bfe7e0a6 100644 --- a/virtual/libffi/libffi-3.0.13-r1.ebuild +++ b/virtual/libffi/libffi-3.0.13-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-3.0.13-r1.ebuild,v 1.2 2013/07/30 22:55:45 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-3.0.13-r1.ebuild,v 1.3 2014/01/18 02:49:06 vapier Exp $ # The purpose of this ebuild is to provide quick fallback if and when we need to # switch back to internal copy of libffi from sys-devel/gcc. @@ -15,7 +15,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-libs/libffi-3.0.13-r1[${MULTILIB_USEDEP}]" |