diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-10 09:11:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-10 09:11:12 +0000 |
commit | e8ca6884802739611841ebd901b92d4bd5535582 (patch) | |
tree | 603bc8f789c6b45f24c67b2270a314930f0716a4 /x11-libs/libxkbui | |
parent | Version bump. Thank upstream dev Loren Bandiera for report. Ebuild polishing ... (diff) | |
download | gentoo-2-e8ca6884802739611841ebd901b92d4bd5535582.tar.gz gentoo-2-e8ca6884802739611841ebd901b92d4bd5535582.tar.bz2 gentoo-2-e8ca6884802739611841ebd901b92d4bd5535582.zip |
s390 stable
(Portage version: 2.1.1)
Diffstat (limited to 'x11-libs/libxkbui')
-rw-r--r-- | x11-libs/libxkbui/libxkbui-1.0.2.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-libs/libxkbui/libxkbui-1.0.2.ebuild b/x11-libs/libxkbui/libxkbui-1.0.2.ebuild index a7ff59db17a2..9b6004ac3176 100644 --- a/x11-libs/libxkbui/libxkbui-1.0.2.ebuild +++ b/x11-libs/libxkbui/libxkbui-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-libs/libxkbui/libxkbui-1.0.2.ebuild,v 1.8 2006/07/19 13:50:45 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbui/libxkbui-1.0.2.ebuild,v 1.9 2006/09/10 09:11:12 vapier Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,12 +8,9 @@ inherit x-modular DESCRIPTION="X.Org xkbui library" -#HOMEPAGE="http://foo.bar.com/" -#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" -#LICENSE="" -#SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd" -#IUSE="X gnome" + +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" + RDEPEND="x11-libs/libXt >=x11-libs/libxkbfile-1.0.3 x11-proto/kbproto" |