diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-29 11:09:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-29 11:09:50 +0000 |
commit | 43920e3fce96f3a48190ae76a4527f55d0b2b2d6 (patch) | |
tree | a8dbd3aee4fb790862c9c1ed5d5d0ec72d97e3d0 /x11-apps/xkbcomp | |
parent | Stable for amd64, wrt bug #475480 (diff) | |
download | gentoo-2-43920e3fce96f3a48190ae76a4527f55d0b2b2d6.tar.gz gentoo-2-43920e3fce96f3a48190ae76a4527f55d0b2b2d6.tar.bz2 gentoo-2-43920e3fce96f3a48190ae76a4527f55d0b2b2d6.zip |
Stable for amd64, wrt bug #475480
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index 753d9f5c1409..4387dded230c 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xkbcomp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.101 2013/02/25 08:32:09 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.102 2013/09/29 11:09:50 ago Exp $ + + 29 Sep 2013; Agostino Sarubbo <ago@gentoo.org> xkbcomp-1.2.4.ebuild: + Stable for amd64, wrt bug #475480 25 Feb 2013; Zac Medico <zmedico@gentoo.org> xkbcomp-1.2.4.ebuild: Add ~arm-linux keyword. diff --git a/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild b/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild index 2c4d9261cd49..ac76d88e0fc6 100644 --- a/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild +++ b/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild,v 1.3 2013/02/25 08:32:09 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild,v 1.4 2013/09/29 11:09:50 ago Exp $ EAPI=4 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" |