diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-06 18:15:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-06 18:15:24 +0000 |
commit | 5692177802d2c78a36109756143e9dfc77e81275 (patch) | |
tree | 1cea19cb89542051d076f66e0e8b00008c42df38 /x11-libs/libxkbfile | |
parent | Marking amd64 stable (diff) | |
download | gentoo-2-5692177802d2c78a36109756143e9dfc77e81275.tar.gz gentoo-2-5692177802d2c78a36109756143e9dfc77e81275.tar.bz2 gentoo-2-5692177802d2c78a36109756143e9dfc77e81275.zip |
m68k/s390 love
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'x11-libs/libxkbfile')
-rw-r--r-- | x11-libs/libxkbfile/libxkbfile-1.0.3.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-libs/libxkbfile/libxkbfile-1.0.3.ebuild b/x11-libs/libxkbfile/libxkbfile-1.0.3.ebuild index 9d1720a3be86..02fdfdd1086b 100644 --- a/x11-libs/libxkbfile/libxkbfile-1.0.3.ebuild +++ b/x11-libs/libxkbfile/libxkbfile-1.0.3.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/libxkbfile/libxkbfile-1.0.3.ebuild,v 1.7 2006/07/19 09:25:43 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbfile/libxkbfile-1.0.3.ebuild,v 1.8 2006/08/06 18:15:24 vapier Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,12 +8,9 @@ inherit x-modular DESCRIPTION="X.Org xkbfile 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 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" + RDEPEND="x11-libs/libX11 x11-proto/kbproto" DEPEND="${RDEPEND}" |