dlan 15/03/03 13:04:56 Modified: thunar-1.6.3.ebuild ChangeLog Log: add arm64 support, tested on A53 board (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.12 xfce-base/thunar/thunar-1.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild?r1=1.11&r2=1.12 Index: thunar-1.6.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- thunar-1.6.3.ebuild 24 Jul 2014 10:58:32 -0000 1.11 +++ thunar-1.6.3.ebuild 3 Mar 2015 13:04:56 -0000 1.12 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.11 2014/07/24 10:58:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.12 2015/03/03 13:04:56 dlan Exp $ EAPI=5 inherit virtualx xfconf @@ -13,7 +13,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+dbus debug exif libnotify pcre startup-notification test udisks +xfce_plugins_trash" GVFS_DEPEND=">=gnome-base/gvfs-1.18.3" 1.176 xfce-base/thunar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.176&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.176&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.175&r2=1.176 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v retrieving revision 1.175 retrieving revision 1.176 diff -u -r1.175 -r1.176 --- ChangeLog 24 Jul 2014 10:58:32 -0000 1.175 +++ ChangeLog 3 Mar 2015 13:04:56 -0000 1.176 @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/thunar -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.175 2014/07/24 10:58:32 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.176 2015/03/03 13:04:56 dlan Exp $ + + 03 Mar 2015; Yixun Lan <[email protected]> thunar-1.6.3.ebuild: + add arm64 support, tested on A53 board 24 Jul 2014; Samuli Suominen <[email protected]> thunar-1.6.3.ebuild: Rename USE="udev" to USE="udisks" wrt #516380
