diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-01-15 16:36:02 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-01-15 16:36:02 +0000 |
commit | 6df0db322a4c3677bd1148776a9696e085bb637c (patch) | |
tree | d531002c03baaa20dbd781cc26c77f6c8c663309 /x11-misc/root-portal | |
parent | added ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-6df0db322a4c3677bd1148776a9696e085bb637c.tar.gz gentoo-2-6df0db322a4c3677bd1148776a9696e085bb637c.tar.bz2 gentoo-2-6df0db322a4c3677bd1148776a9696e085bb637c.zip |
Update dependencies, see #38288
Diffstat (limited to 'x11-misc/root-portal')
-rw-r--r-- | x11-misc/root-portal/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/root-portal/root-portal-0.5.0.ebuild | 21 |
2 files changed, 14 insertions, 14 deletions
diff --git a/x11-misc/root-portal/ChangeLog b/x11-misc/root-portal/ChangeLog index 13c610edd620..63f4cb125896 100644 --- a/x11-misc/root-portal/ChangeLog +++ b/x11-misc/root-portal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/root-portal -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.6 2003/12/07 00:16:58 tseng Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.7 2004/01/15 16:36:02 tseng Exp $ + + 15 Jan 2004; Brandon Hale <tseng@gentoo.org> root-portal-0.5.0.ebuild: + Update dependencies, see #38288 *root-portal-0.5.0 (06 Dec 2003) diff --git a/x11-misc/root-portal/root-portal-0.5.0.ebuild b/x11-misc/root-portal/root-portal-0.5.0.ebuild index 547e98c33e13..1113625468d1 100644 --- a/x11-misc/root-portal/root-portal-0.5.0.ebuild +++ b/x11-misc/root-portal/root-portal-0.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.5.0.ebuild,v 1.2 2003/12/08 03:35:29 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.5.0.ebuild,v 1.3 2004/01/15 16:36:02 tseng Exp $ inherit debug @@ -13,17 +13,14 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="gnome" -# Build-time dependencies, such as -# ssl? ( >=openssl-0.9.6b ) -# >=perl-5.6.1-r1 -DEPEND="virtual/x11 - =x11-libs/gtk+-1.2* +RDEPEND="virtual/x11 + >=x11-libs/gtk+-2.0 >=x11-libs/libzvt-2.0 - >=gnome-base/ORBit-0.5.7 - >=gnome-base/gnome-libs-1.4.0 - <gnome-base/gnome-panel-2 - >=dev-libs/libxml-1.8.16 " -# the tabulated section is only needed if Gnome is in USE, but their disable-gnome doesn't work for now. + >=gnome-base/ORBit2-2.0 + >=libgnomeui-2.0 + >=gnome-panel-2.0 + >=dev-libs/libxml2-2.0" +DEPEND="${RDEPEND}" src_unpack() { unpack ${A} |