diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2006-02-17 17:08:22 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2006-02-17 17:08:22 +0000 |
commit | b71b2e7b5514f488a2fed1a6fc8a0294f7746ce8 (patch) | |
tree | 06bf025e4527c71a8248e4d11786238726283ad2 /app-portage | |
parent | Removing virtual/libpcap wrt bug #117898 and porting to modular X (diff) | |
download | gentoo-2-b71b2e7b5514f488a2fed1a6fc8a0294f7746ce8.tar.gz gentoo-2-b71b2e7b5514f488a2fed1a6fc8a0294f7746ce8.tar.bz2 gentoo-2-b71b2e7b5514f488a2fed1a6fc8a0294f7746ce8.zip |
Updated ebuild for modular X
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portagemaster/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/portagemaster/portagemaster-0.2.1.ebuild | 18 |
2 files changed, 20 insertions, 5 deletions
diff --git a/app-portage/portagemaster/ChangeLog b/app-portage/portagemaster/ChangeLog index 68a63f5f7664..bf5ef607ae1b 100644 --- a/app-portage/portagemaster/ChangeLog +++ b/app-portage/portagemaster/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/portagemaster -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portagemaster/ChangeLog,v 1.17 2005/07/20 16:25:57 axxo Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/portagemaster/ChangeLog,v 1.18 2006/02/17 17:08:22 fuzzyray Exp $ + + 17 Feb 2006; Paul Varner <fuzzyray@gentoo.org> portagemaster-0.2.1.ebuild: + Updated ebuild for modular X 20 Jul 2005; Thomas Matthijs <axxo@gentoo.org> -portagemaster-0.2.0.ebuild, portagemaster-0.2.1.ebuild: diff --git a/app-portage/portagemaster/portagemaster-0.2.1.ebuild b/app-portage/portagemaster/portagemaster-0.2.1.ebuild index d8d5e6dceffa..80777471058b 100644 --- a/app-portage/portagemaster/portagemaster-0.2.1.ebuild +++ b/app-portage/portagemaster/portagemaster-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portagemaster/portagemaster-0.2.1.ebuild,v 1.16 2005/07/20 16:25:57 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portagemaster/portagemaster-0.2.1.ebuild,v 1.17 2006/02/17 17:08:22 fuzzyray Exp $ inherit java-pkg @@ -17,7 +17,19 @@ DEPEND=">=virtual/jdk-1.4.1 dev-java/ant-core jikes? ( >=dev-java/jikes-1.16 )" RDEPEND=">=virtual/jre-1.4.1 - virtual/x11" + ( || ( ( + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXi + x11-libs/libXp + x11-libs/libXt + x11-libs/libXtst + ) + virtual/x11 + ) + )" S=${WORKDIR}/${PN} |