diff options
author | Steev Klimaszewski <steev@gentoo.org> | 2016-02-21 17:53:21 -0600 |
---|---|---|
committer | Steev Klimaszewski <steev@gentoo.org> | 2016-02-21 17:53:21 -0600 |
commit | 203d06542564f5c8a248e60c096f1f2b6a7fbe8f (patch) | |
tree | 4433a97afb5392802e0dda967423e63023cfaeba /sys-apps/fbset | |
parent | media-sound/soundconverter: amd64 stable, bug 566378 (diff) | |
download | gentoo-203d06542564f5c8a248e60c096f1f2b6a7fbe8f.tar.gz gentoo-203d06542564f5c8a248e60c096f1f2b6a7fbe8f.tar.bz2 gentoo-203d06542564f5c8a248e60c096f1f2b6a7fbe8f.zip |
sys-apps/fbset: Add ~arm64 keyword
Tested on Cortex A53 with HDMI output.
Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-apps/fbset')
-rw-r--r-- | sys-apps/fbset/fbset-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild index a4244f2bde06..2f74e5e82190 100644 --- a/sys-apps/fbset/fbset-2.1.ebuild +++ b/sys-apps/fbset/fbset-2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="http://users.telenet.be/geertu/Linux/fbdev/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="static" DEPEND="sys-devel/bison |