diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:18:38 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:18:38 +0000 |
commit | 106734fb8975ef65932ef9e84def788966ed4c18 (patch) | |
tree | 5431c63a3c6b9d6c4692a12abc4201f1f813704b /x11-misc/xscreensaver | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-106734fb8975ef65932ef9e84def788966ed4c18.tar.gz gentoo-2-106734fb8975ef65932ef9e84def788966ed4c18.tar.bz2 gentoo-2-106734fb8975ef65932ef9e84def788966ed4c18.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-misc/xscreensaver')
-rw-r--r-- | x11-misc/xscreensaver/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xscreensaver/xscreensaver-5.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xscreensaver/ChangeLog b/x11-misc/xscreensaver/ChangeLog index f2c5255141ea..a211fc80594a 100644 --- a/x11-misc/xscreensaver/ChangeLog +++ b/x11-misc/xscreensaver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xscreensaver # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.394 2015/02/28 13:24:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.395 2015/03/03 12:18:38 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xscreensaver-5.32.ebuild: + add arm64 support, tested on A53 board 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xscreensaver-5.32.ebuild: Stable for ia64, wrt bug #533752 diff --git a/x11-misc/xscreensaver/xscreensaver-5.32.ebuild b/x11-misc/xscreensaver/xscreensaver-5.32.ebuild index fff4ff749e23..8a7a67c476cb 100644 --- a/x11-misc/xscreensaver/xscreensaver-5.32.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-5.32.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-misc/xscreensaver/xscreensaver-5.32.ebuild,v 1.11 2015/02/28 13:24:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.32.ebuild,v 1.12 2015/03/03 12:18:38 dlan Exp $ EAPI=5 inherit autotools eutils flag-o-matic multilib pam @@ -13,7 +13,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="gdm jpeg new-login opengl pam +perl selinux suid xinerama" COMMON_DEPEND=" |