diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-10 17:09:35 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-10 17:09:35 +0000 |
commit | 863e3828e15441532c145af660de80daa77c6c66 (patch) | |
tree | d8bb23655c92ceca50070e631162717c498787b7 /x11-apps | |
parent | Import to the main tree from sunrise. Version bump. Added menu and icon. Swit... (diff) | |
download | gentoo-2-863e3828e15441532c145af660de80daa77c6c66.tar.gz gentoo-2-863e3828e15441532c145af660de80daa77c6c66.tar.bz2 gentoo-2-863e3828e15441532c145af660de80daa77c6c66.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-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 97d9cd754ae4..5c7ff421769d 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xkbcomp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.99 2012/03/26 10:50:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.100 2012/05/10 17:09:35 aballier Exp $ + + 10 May 2012; Alexis Ballier <aballier@gentoo.org> xkbcomp-1.2.4.ebuild: + keyword ~amd64-fbsd *xkbcomp-1.2.4 (26 Mar 2012) diff --git a/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild b/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild index d576e7feeebb..171bc93cf6f8 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-2012 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.1 2012/03/26 10:50:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild,v 1.2 2012/05/10 17:09:35 aballier Exp $ EAPI=4 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 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libxkbfile" |