diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-01 20:01:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-01 20:01:36 +0000 |
commit | 301c15279ac694cd994529cdcbf218d63c70cb44 (patch) | |
tree | ba643f2424c6fd3ef787fb2ea46a8fc301e1a708 /x11-apps | |
parent | Mark 2.1.1 ~ia64 (diff) | |
download | gentoo-2-301c15279ac694cd994529cdcbf218d63c70cb44.tar.gz gentoo-2-301c15279ac694cd994529cdcbf218d63c70cb44.tar.bz2 gentoo-2-301c15279ac694cd994529cdcbf218d63c70cb44.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/setxkbmap/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/setxkbmap/setxkbmap-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/setxkbmap/ChangeLog b/x11-apps/setxkbmap/ChangeLog index 5a7a60e654aa..1dca36b15705 100644 --- a/x11-apps/setxkbmap/ChangeLog +++ b/x11-apps/setxkbmap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/setxkbmap # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/ChangeLog,v 1.19 2006/03/12 17:41:32 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/ChangeLog,v 1.20 2006/04/01 20:01:36 flameeyes Exp $ + + 01 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> setxkbmap-1.0.2.ebuild: + Add ~x86-fbsd keyword. *setxkbmap-1.0.2 (12 Mar 2006) diff --git a/x11-apps/setxkbmap/setxkbmap-1.0.2.ebuild b/x11-apps/setxkbmap/setxkbmap-1.0.2.ebuild index 3be49612324d..ffff62cb8156 100644 --- a/x11-apps/setxkbmap/setxkbmap-1.0.2.ebuild +++ b/x11-apps/setxkbmap/setxkbmap-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.0.2.ebuild,v 1.1 2006/03/12 17:41:32 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.0.2.ebuild,v 1.2 2006/04/01 20:01:36 flameeyes Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular PATCHES="" DESCRIPTION="X.Org setxkbmap application" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND="x11-libs/libxkbfile x11-libs/libX11" DEPEND="${RDEPEND}" |