diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-23 07:40:33 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-23 07:40:33 +0000 |
commit | 0a45e119667fa716baa42a010e004bc38933b8f7 (patch) | |
tree | 59e50927cc13fdac9ed73525cb710a58c75734b7 /virtual/x11/x11-7.0-r2.ebuild | |
parent | Don't remove charset.alias conditionally. Wherever you are, if that is genera... (diff) | |
download | gentoo-2-0a45e119667fa716baa42a010e004bc38933b8f7.tar.gz gentoo-2-0a45e119667fa716baa42a010e004bc38933b8f7.tar.bz2 gentoo-2-0a45e119667fa716baa42a010e004bc38933b8f7.zip |
(#130037) We also need to pull in app-text/rman.
(Portage version: 2.1_pre9-r3)
Diffstat (limited to 'virtual/x11/x11-7.0-r2.ebuild')
-rw-r--r-- | virtual/x11/x11-7.0-r2.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/virtual/x11/x11-7.0-r2.ebuild b/virtual/x11/x11-7.0-r2.ebuild new file mode 100644 index 000000000000..61499dd55360 --- /dev/null +++ b/virtual/x11/x11-7.0-r2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/x11/x11-7.0-r2.ebuild,v 1.1 2006/04/23 07:40:33 spyderous Exp $ + +DESCRIPTION="Virtual for the core X11 implementation" +HOMEPAGE="http://www.gentoo.org/proj/en/desktop/x/x11/" +SRC_URI="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="app-text/rman + >=x11-base/xorg-x11-7 + x11-apps/xdm + x11-apps/xdpyinfo + x11-apps/xrdb + x11-apps/xsetroot + x11-libs/libFS + x11-libs/liboldX + x11-libs/libXevie + x11-libs/libXprintAppUtil + x11-libs/libXTrap + x11-libs/libXvMC + x11-misc/gccmakedep + x11-misc/imake + x11-misc/makedepend + x11-themes/gentoo-xcursors + x11-themes/xcursor-themes" +DEPEND="${RDEPEND}" |