diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 06:24:35 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 06:24:35 +0000 |
commit | f3a99738feac4bc296b47ab153699ac70e96b614 (patch) | |
tree | 62a5d4c717325eac634727a7a5063c8d1c5577f9 /dev-libs/libatasmart | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-f3a99738feac4bc296b47ab153699ac70e96b614.tar.gz gentoo-2-f3a99738feac4bc296b47ab153699ac70e96b614.tar.bz2 gentoo-2-f3a99738feac4bc296b47ab153699ac70e96b614.zip |
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-libs/libatasmart')
-rw-r--r-- | dev-libs/libatasmart/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libatasmart/libatasmart-0.19-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libatasmart/ChangeLog b/dev-libs/libatasmart/ChangeLog index 2c056a8aeebe..e9036d100c89 100644 --- a/dev-libs/libatasmart/ChangeLog +++ b/dev-libs/libatasmart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libatasmart -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.51 2014/01/18 19:59:29 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.52 2015/03/03 06:24:35 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> libatasmart-0.19-r1.ebuild: + add arm64 support, tested on A53 board 18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libatasmart-0.19-r1.ebuild: Stable for alpha, wrt bug #492034 diff --git a/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild b/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild index df9f510a6c77..87b618dfc900 100644 --- a/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild +++ b/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild,v 1.10 2014/01/18 19:59:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild,v 1.11 2015/03/03 06:24:35 dlan Exp $ EAPI=5 inherit eutils @@ -14,7 +14,7 @@ SRC_URI="http://0pointer.de/public/${P}.tar.xz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86" IUSE="static-libs" RDEPEND="virtual/udev" |