diff options
author | Tom Gall <tgall@gentoo.org> | 2014-08-01 18:27:25 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2014-08-01 18:27:25 +0000 |
commit | c7fe84c5e773b326c39b795d4d5ded09094c035f (patch) | |
tree | 6dbce30304f7aa622ccd6404b976bdc357bd6ef2 /net-libs/liblockfile | |
parent | arm64, initial support (diff) | |
download | gentoo-2-c7fe84c5e773b326c39b795d4d5ded09094c035f.tar.gz gentoo-2-c7fe84c5e773b326c39b795d4d5ded09094c035f.tar.bz2 gentoo-2-c7fe84c5e773b326c39b795d4d5ded09094c035f.zip |
arm64, initial support
(Portage version: 2.2.8-r1/cvs/Linux aarch64, signed Manifest commit with key EDA949AA)
Diffstat (limited to 'net-libs/liblockfile')
-rw-r--r-- | net-libs/liblockfile/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/liblockfile/ChangeLog b/net-libs/liblockfile/ChangeLog index 1f541e937ee0..2d404815b9e3 100644 --- a/net-libs/liblockfile/ChangeLog +++ b/net-libs/liblockfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/liblockfile # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.76 2014/01/08 06:42:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.77 2014/08/01 18:27:25 tgall Exp $ + + 01 Aug 2014; <tgall@gentoo.org> liblockfile-1.09.ebuild: + arm64, initial support 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> liblockfile-1.08.ebuild, liblockfile-1.09.ebuild: diff --git a/net-libs/liblockfile/liblockfile-1.09.ebuild b/net-libs/liblockfile/liblockfile-1.09.ebuild index 551279b02e05..a765477c837e 100644 --- a/net-libs/liblockfile/liblockfile-1.09.ebuild +++ b/net-libs/liblockfile/liblockfile-1.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.16 2014/01/08 06:42:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.17 2014/08/01 18:27:25 tgall Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" pkg_setup() { |