diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:36:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:36:39 +0000 |
commit | 88c266c68b10d07847d89b909bf5c67a451de774 (patch) | |
tree | 65f3d42b2bec588eba8d8e0f3ef429cc550395f5 /x11-libs | |
parent | s390 stable (diff) | |
download | gentoo-2-88c266c68b10d07847d89b909bf5c67a451de774.tar.gz gentoo-2-88c266c68b10d07847d89b909bf5c67a451de774.tar.bz2 gentoo-2-88c266c68b10d07847d89b909bf5c67a451de774.zip |
s390 stable
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXmu/libXmu-1.0.2.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/x11-libs/libXmu/libXmu-1.0.2.ebuild b/x11-libs/libXmu/libXmu-1.0.2.ebuild index e1ea388837de..fa26128503ee 100644 --- a/x11-libs/libXmu/libXmu-1.0.2.ebuild +++ b/x11-libs/libXmu/libXmu-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/libXmu/libXmu-1.0.2.ebuild,v 1.7 2006/07/19 09:16:46 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXmu/libXmu-1.0.2.ebuild,v 1.8 2006/08/19 14:36:39 vapier Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,17 +8,14 @@ inherit x-modular DESCRIPTION="X.Org Xmu 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" +IUSE="ipv6" + RDEPEND="x11-libs/libXt x11-libs/libXext x11-libs/libX11 x11-proto/xproto" DEPEND="${RDEPEND}" -IUSE="ipv6" CONFIGURE_OPTIONS="$(use_enable ipv6)" |