diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:34:09 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:34:09 +0000 |
commit | 0a36d459a2e323c895e1f0358967525f6245b938 (patch) | |
tree | 6edc431f81fb3d2fb4ab50b58d3a1e75f79baf7d /x11-apps/rgb | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-0a36d459a2e323c895e1f0358967525f6245b938.tar.gz gentoo-2-0a36d459a2e323c895e1f0358967525f6245b938.tar.bz2 gentoo-2-0a36d459a2e323c895e1f0358967525f6245b938.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/rgb')
-rw-r--r-- | x11-apps/rgb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/rgb/rgb-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/rgb/ChangeLog b/x11-apps/rgb/ChangeLog index a46f2f02c965..534a2871f429 100644 --- a/x11-apps/rgb/ChangeLog +++ b/x11-apps/rgb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/rgb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/ChangeLog,v 1.76 2015/02/24 08:37:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/ChangeLog,v 1.77 2015/03/03 10:34:09 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> rgb-1.0.6.ebuild: + add arm64 support, tested on A53 board 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> rgb-1.0.6.ebuild: Stable for alpha, wrt bug #530652 diff --git a/x11-apps/rgb/rgb-1.0.6.ebuild b/x11-apps/rgb/rgb-1.0.6.ebuild index 8c0a54a84f59..e4be4b39013d 100644 --- a/x11-apps/rgb/rgb-1.0.6.ebuild +++ b/x11-apps/rgb/rgb-1.0.6.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/x11-apps/rgb/rgb-1.0.6.ebuild,v 1.8 2015/02/24 08:37:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/rgb-1.0.6.ebuild,v 1.9 2015/03/03 10:34:09 dlan Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="uncompile an rgb color-name database" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND="" DEPEND="${RDEPEND} |