dlan 15/03/03 12:07:37 Modified: ChangeLog obconf-2.0.4.ebuild 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.114 x11-misc/obconf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.114&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.114&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?r1=1.113&r2=1.114 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- ChangeLog 10 Aug 2014 20:03:23 -0000 1.113 +++ ChangeLog 3 Mar 2015 12:07:37 -0000 1.114 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/obconf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.113 2014/08/10 20:03:23 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.114 2015/03/03 12:07:37 dlan Exp $ + + 03 Mar 2015; Yixun Lan <[email protected]> obconf-2.0.4.ebuild: + add arm64 support, tested on A53 board 10 Aug 2014; Sergei Trofimovich <[email protected]> obconf-2.0.3_p20111019.ebuild, obconf-2.0.4.ebuild, obconf-9999.ebuild: 1.4 x11-misc/obconf/obconf-2.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.4.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.4.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.4.ebuild?r1=1.3&r2=1.4 Index: obconf-2.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- obconf-2.0.4.ebuild 10 Aug 2014 20:03:23 -0000 1.3 +++ obconf-2.0.4.ebuild 3 Mar 2015 12:07:37 -0000 1.4 @@ -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/x11-misc/obconf/obconf-2.0.4.ebuild,v 1.3 2014/08/10 20:03:23 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.4.ebuild,v 1.4 2015/03/03 12:07:37 dlan Exp $ EAPI=5 inherit fdo-mime @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux" IUSE="nls" RDEPEND="gnome-base/libglade:2.0
