diff options
-rw-r--r-- | x11-apps/xprop/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xprop/xprop-1.2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xprop/ChangeLog b/x11-apps/xprop/ChangeLog index 602f70702da2..97ec9a249083 100644 --- a/x11-apps/xprop/ChangeLog +++ b/x11-apps/xprop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xprop -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.83 2013/10/08 05:04:23 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.84 2015/03/03 10:47:52 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xprop-1.2.2.ebuild: + add arm64 support, tested on A53 board 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xprop-1.2.2.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-apps/xprop/xprop-1.2.2.ebuild b/x11-apps/xprop/xprop-1.2.2.ebuild index 099c6cd83cc8..8ece0858931b 100644 --- a/x11-apps/xprop/xprop-1.2.2.ebuild +++ b/x11-apps/xprop/xprop-1.2.2.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/xprop/xprop-1.2.2.ebuild,v 1.10 2013/10/08 05:04:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/xprop-1.2.2.ebuild,v 1.11 2015/03/03 10:47:52 dlan Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="property displayer for X" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11" |