diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-21 23:42:32 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-21 23:42:32 +0000 |
commit | 1441eeb0312229ff9d8f6d9d3639a9748ac1d356 (patch) | |
tree | ce2babdf3684c7e59ad69d7986ba4d1564dbbc9a /xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3.ebuild | |
parent | Marking amd64 stable (diff) | |
download | historical-1441eeb0312229ff9d8f6d9d3639a9748ac1d356.tar.gz historical-1441eeb0312229ff9d8f6d9d3639a9748ac1d356.tar.bz2 historical-1441eeb0312229ff9d8f6d9d3639a9748ac1d356.zip |
Version bump.
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3.ebuild')
-rw-r--r-- | xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3.ebuild b/xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3.ebuild new file mode 100644 index 000000000000..7a9ae722880e --- /dev/null +++ b/xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb/xfce4-xkb-0.4.3.ebuild,v 1.1 2007/01/21 23:34:55 nichoj Exp $ + +inherit xfce44 + +xfce44_beta +xfce44_goodies_panel_plugin + +DESCRIPTION="Xfce4 panel xkb layout switching plugin" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +RDEPEND="|| ( ( x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-libs/libX11 virtual/x11 )" |