diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:40:01 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:40:01 +0000 |
commit | 004f0a8351203c98c07871cdf700a4da2582f622 (patch) | |
tree | 2a87077c026ea7bd6006269d5e777d4006f1a601 /x11-apps/xconsole | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-004f0a8351203c98c07871cdf700a4da2582f622.tar.gz gentoo-2-004f0a8351203c98c07871cdf700a4da2582f622.tar.bz2 gentoo-2-004f0a8351203c98c07871cdf700a4da2582f622.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 'x11-apps/xconsole')
-rw-r--r-- | x11-apps/xconsole/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xconsole/xconsole-1.0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xconsole/ChangeLog b/x11-apps/xconsole/ChangeLog index c451f4d862ed..822fb06c2756 100644 --- a/x11-apps/xconsole/ChangeLog +++ b/x11-apps/xconsole/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xconsole -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.53 2013/10/08 05:03:20 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.54 2015/03/03 10:40:01 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xconsole-1.0.6.ebuild: + add arm64 support, tested on A53 board 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xconsole-1.0.6.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-apps/xconsole/xconsole-1.0.6.ebuild b/x11-apps/xconsole/xconsole-1.0.6.ebuild index b75d0e75ad94..8c1c61428edf 100644 --- a/x11-apps/xconsole/xconsole-1.0.6.ebuild +++ b/x11-apps/xconsole/xconsole-1.0.6.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/xconsole-1.0.6.ebuild,v 1.10 2013/10/08 05:03:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/xconsole-1.0.6.ebuild,v 1.11 2015/03/03 10:40:01 dlan Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="monitor system console messages with X" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libXaw x11-libs/libXmu |