diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-03-26 10:30:33 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-03-26 10:30:33 +0000 |
commit | b375d8fe8be59b50fff4a2de1bcf96ac0320ab74 (patch) | |
tree | 8b91978d4939554040aec1574ac75fcdb4ff2630 /x11-apps/xkbcomp | |
parent | Version bump (diff) | |
download | historical-b375d8fe8be59b50fff4a2de1bcf96ac0320ab74.tar.gz historical-b375d8fe8be59b50fff4a2de1bcf96ac0320ab74.tar.bz2 historical-b375d8fe8be59b50fff4a2de1bcf96ac0320ab74.zip |
x86 stable, bug 359059
Package-Manager: portage-2.1.9.42/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index b18c46123a07..abd91e4ac849 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xkbcomp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.86 2011/03/21 13:38:28 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.87 2011/03/26 10:28:18 fauli Exp $ + + 26 Mar 2011; Christian Faulhammer <fauli@gentoo.org> xkbcomp-1.2.1.ebuild: + x86 stable, bug 359059 21 Mar 2011; Markos Chandras <hwoarang@gentoo.org> xkbcomp-1.2.1.ebuild: Stable on amd64 wrt bug #359059 diff --git a/x11-apps/xkbcomp/xkbcomp-1.2.1.ebuild b/x11-apps/xkbcomp/xkbcomp-1.2.1.ebuild index ef9a576081e4..7f2731d31b11 100644 --- a/x11-apps/xkbcomp/xkbcomp-1.2.1.ebuild +++ b/x11-apps/xkbcomp/xkbcomp-1.2.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.1.ebuild,v 1.3 2011/03/21 13:38:28 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.1.ebuild,v 1.4 2011/03/26 10:28:18 fauli Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="compile XKB keyboard description" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libxkbfile" |