diff options
author | Markus Meier <maekke@gentoo.org> | 2015-03-14 14:01:19 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-03-14 14:01:19 +0000 |
commit | 2818f6566e2841cda0448ab2170291c117608e9f (patch) | |
tree | 73c6dafbd3cde00e208f2b9302c74999b85d10a4 /x11-apps | |
parent | arm stable, bug #530652 (diff) | |
download | gentoo-2-2818f6566e2841cda0448ab2170291c117608e9f.tar.gz gentoo-2-2818f6566e2841cda0448ab2170291c117608e9f.tar.bz2 gentoo-2-2818f6566e2841cda0448ab2170291c117608e9f.zip |
arm stable, bug #530652
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index 59018e9da097..2511ca4d180f 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xkbcomp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.120 2015/03/06 07:28:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.121 2015/03/14 14:01:19 maekke Exp $ + + 14 Mar 2015; Markus Meier <maekke@gentoo.org> xkbcomp-1.3.0.ebuild: + arm stable, bug #530652 06 Mar 2015; Jeroen Roovers <jer@gentoo.org> xkbcomp-1.3.0.ebuild: Stable for HPPA (bug #530652). diff --git a/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild b/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild index 5f5236335322..2b663a6d969b 100644 --- a/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild +++ b/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild,v 1.10 2015/03/06 07:28:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild,v 1.11 2015/03/14 14:01:19 maekke Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="compile XKB keyboard description" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libxkbfile" |