diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:56:54 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 12:56:54 +0000 |
commit | ab7fbc8b995673e6caf7a4ce7074d18ec5dbd1a0 (patch) | |
tree | 9d3a9e4dddb2447ae00df2bb69594deace5a0ba3 /x11-themes | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-ab7fbc8b995673e6caf7a4ce7074d18ec5dbd1a0.tar.gz gentoo-2-ab7fbc8b995673e6caf7a4ce7074d18ec5dbd1a0.tar.bz2 gentoo-2-ab7fbc8b995673e6caf7a4ce7074d18ec5dbd1a0.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-themes')
-rw-r--r-- | x11-themes/hicolor-icon-theme/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-themes/hicolor-icon-theme/ChangeLog b/x11-themes/hicolor-icon-theme/ChangeLog index 6483a7a8535c..7daafb64f208 100644 --- a/x11-themes/hicolor-icon-theme/ChangeLog +++ b/x11-themes/hicolor-icon-theme/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/hicolor-icon-theme -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 1.67 2014/12/30 12:08:56 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 1.68 2015/03/03 12:56:54 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> hicolor-icon-theme-0.14.ebuild: + add arm64 support, tested on A53 board 30 Dec 2014; Pacho Ramos <pacho@gentoo.org> hicolor-icon-theme-0.14.ebuild: Use latest eapi, that also allows to use tar.xz (#534006 by Marien Zwart) diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild index d364094c9fd3..d3a254c70d77 100644 --- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild +++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild @@ -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-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild,v 1.2 2014/12/30 12:08:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild,v 1.3 2015/03/03 12:56:54 dlan Exp $ EAPI=5 inherit gnome2-utils @@ -11,7 +11,7 @@ SRC_URI="http://icon-theme.freedesktop.org/releases/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" |