diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:12:10 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:12:10 +0000 |
commit | 5d6c851fce32345beb2b7d33ed2e3a00506ae1f7 (patch) | |
tree | 42b875e9ee528c8898a9d924fe09b4b395913fc6 /virtual | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-5d6c851fce32345beb2b7d33ed2e3a00506ae1f7.tar.gz gentoo-2-5d6c851fce32345beb2b7d33ed2e3a00506ae1f7.tar.bz2 gentoo-2-5d6c851fce32345beb2b7d33ed2e3a00506ae1f7.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 'virtual')
-rw-r--r-- | virtual/eject/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/eject/eject-0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/eject/ChangeLog b/virtual/eject/ChangeLog index d7f80678ec7f..9e7b4b444fad 100644 --- a/virtual/eject/ChangeLog +++ b/virtual/eject/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/eject -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/eject/ChangeLog,v 1.7 2012/06/04 22:32:58 alexxy Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/eject/ChangeLog,v 1.8 2015/03/03 10:12:10 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> eject-0.ebuild: + add arm64 support, tested on A53 board 04 Jun 2012; Alexey Shvetsov <alexxy@gentoo.org> eject-0.ebuild: [virtual/eject] Works on ~amd64-fbsd diff --git a/virtual/eject/eject-0.ebuild b/virtual/eject/eject-0.ebuild index e45e970e8959..1edc0a7551c4 100644 --- a/virtual/eject/eject-0.ebuild +++ b/virtual/eject/eject-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v 1.8 2012/06/04 22:32:58 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v 1.9 2015/03/03 10:12:10 dlan Exp $ DESCRIPTION="Virtual for the eject command" HOMEPAGE="" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" RDEPEND="|| ( >=sys-apps/util-linux-2.22 sys-block/eject sys-block/eject-bsd )" |