diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-18 15:56:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-18 15:56:44 +0000 |
commit | c2e755449ac29248b5c32ae77839f9a1296a82cb (patch) | |
tree | a4a2136613f601ddf505445d485794db38fdb15f /x11-apps/xkbcomp | |
parent | Stable for amd64, wrt bug #530652 (diff) | |
download | gentoo-2-c2e755449ac29248b5c32ae77839f9a1296a82cb.tar.gz gentoo-2-c2e755449ac29248b5c32ae77839f9a1296a82cb.tar.bz2 gentoo-2-c2e755449ac29248b5c32ae77839f9a1296a82cb.zip |
Stable for amd64, wrt bug #530652
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index ea723a378c4d..81d0198e6b0d 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xkbcomp -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.111 2014/11/25 14:27:30 chithanh Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.112 2015/02/18 15:56:44 ago Exp $ + + 18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xkbcomp-1.3.0.ebuild: + Stable for amd64, wrt bug #530652 *xkbcomp-1.3.0 (25 Nov 2014) diff --git a/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild b/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild index cd6fc02ad44c..dd3da8b29917 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-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-apps/xkbcomp/xkbcomp-1.3.0.ebuild,v 1.1 2014/11/25 14:27:30 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild,v 1.2 2015/02/18 15:56:44 ago Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="compile XKB keyboard description" -KEYWORDS="~alpha ~amd64 ~arm ~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 ~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" |