summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-04-14 10:10:50 +0000
committerYixun Lan <dlan@gentoo.org>2015-04-14 10:10:50 +0000
commitcd86981678bb06c00b7024ce8a0f80fb9157c670 (patch)
treed28d4dc620bd58066a1c2f78853a2697299f2f5f /dev-libs/libbsd
parentarm64 support added & drop old (diff)
downloadgentoo-2-cd86981678bb06c00b7024ce8a0f80fb9157c670.tar.gz
gentoo-2-cd86981678bb06c00b7024ce8a0f80fb9157c670.tar.bz2
gentoo-2-cd86981678bb06c00b7024ce8a0f80fb9157c670.zip
add arm64 support, tested on cortex-a53 board
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-libs/libbsd')
-rw-r--r--dev-libs/libbsd/ChangeLog5
-rw-r--r--dev-libs/libbsd/libbsd-0.7.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libbsd/ChangeLog b/dev-libs/libbsd/ChangeLog
index 532cc4d1fdc0..0f4766da305d 100644
--- a/dev-libs/libbsd/ChangeLog
+++ b/dev-libs/libbsd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libbsd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/ChangeLog,v 1.40 2015/03/26 11:28:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/ChangeLog,v 1.41 2015/04/14 10:10:50 dlan Exp $
+
+ 14 Apr 2015; Yixun Lan <dlan@gentoo.org> libbsd-0.7.0.ebuild:
+ add arm64 support, tested on cortex-a53 board
26 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libbsd-0.7.0.ebuild:
Stable for ppc64, wrt bug #532764
diff --git a/dev-libs/libbsd/libbsd-0.7.0.ebuild b/dev-libs/libbsd/libbsd-0.7.0.ebuild
index 96b30b404501..4831845ca436 100644
--- a/dev-libs/libbsd/libbsd-0.7.0.ebuild
+++ b/dev-libs/libbsd/libbsd-0.7.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/dev-libs/libbsd/libbsd-0.7.0.ebuild,v 1.11 2015/03/26 11:28:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.7.0.ebuild,v 1.12 2015/04/14 10:10:50 dlan Exp $
EAPI=5
inherit eutils multilib
@@ -11,7 +11,7 @@ SRC_URI="http://${PN}.freedesktop.org/releases/${P}.tar.xz"
LICENSE="BSD BSD-2 BSD-4 ISC"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86"
IUSE="static-libs"
DOCS="ChangeLog README TODO"