diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2005-12-14 21:14:59 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2005-12-14 21:14:59 +0000 |
commit | b0da4ce1e6c0046790db3a68ec3bc67d8dbf8484 (patch) | |
tree | f6fd6bf2365cd92d5be1fab60b470047c1bc2d8c /net-misc/vino | |
parent | Don't need explicit X deps, only uses what gtk+ requires (diff) | |
download | gentoo-2-b0da4ce1e6c0046790db3a68ec3bc67d8dbf8484.tar.gz gentoo-2-b0da4ce1e6c0046790db3a68ec3bc67d8dbf8484.tar.bz2 gentoo-2-b0da4ce1e6c0046790db3a68ec3bc67d8dbf8484.zip |
Fix modular X deps to not dup gtk+ ones
(Portage version: 2.0.53)
Diffstat (limited to 'net-misc/vino')
-rw-r--r-- | net-misc/vino/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/vino/Manifest | 12 | ||||
-rw-r--r-- | net-misc/vino/vino-2.12.0.ebuild | 8 |
3 files changed, 7 insertions, 18 deletions
diff --git a/net-misc/vino/ChangeLog b/net-misc/vino/ChangeLog index 011444819db9..bc1518405661 100644 --- a/net-misc/vino/ChangeLog +++ b/net-misc/vino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vino # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.39 2005/11/10 20:20:56 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.40 2005/12/14 21:11:44 dang Exp $ + + 14 Dec 2005; <dang@gentoo.org> vino-2.12.0.ebuild: + Fix modular X deps to not dup gtk+ ones 10 Nov 2005; <dang@gentoo.org> vino-2.12.0.ebuild: Modular X deps diff --git a/net-misc/vino/Manifest b/net-misc/vino/Manifest index 7dae6c93d751..fa6bc30c2dca 100644 --- a/net-misc/vino/Manifest +++ b/net-misc/vino/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 bdeeae7ef0423fcd35af956bc5c1e6b2 ChangeLog 4293 MD5 6a6e29695e536c76e6b01b930d65c430 files/digest-vino-2.10.0 64 MD5 6a6e29695e536c76e6b01b930d65c430 files/digest-vino-2.10.0-r1 64 @@ -11,12 +8,5 @@ MD5 4bd66cdedeb8bff32c00a891417978e9 files/vino-2.11-zlib_fix.patch 633 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 c74ae53d3a170410d2d5e3cf384be71d vino-2.10.0-r1.ebuild 1076 MD5 66a78e5f9505ed791550c3e65f950de8 vino-2.10.0.ebuild 979 -MD5 d907c7b15037b6e2516c5b4ae7f97e4d vino-2.12.0.ebuild 1320 +MD5 d89b605dd51d0aeda35246214964d416 vino-2.12.0.ebuild 1278 MD5 b355d978b16a86813ab93eef55b5890f vino-2.8.1.ebuild 973 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDc6uyomPajV0RnrERAua9AJ4q1z7bBI9pcBmUTc3OIeIrhRUC6QCfVDmz -9b28b02LRLvob3DRQURFLtQ= -=LJGR ------END PGP SIGNATURE----- diff --git a/net-misc/vino/vino-2.12.0.ebuild b/net-misc/vino/vino-2.12.0.ebuild index 8941ea1f8b0b..34a5cb4462b2 100644 --- a/net-misc/vino/vino-2.12.0.ebuild +++ b/net-misc/vino/vino-2.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.12.0.ebuild,v 1.2 2005/11/10 20:20:56 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.12.0.ebuild,v 1.3 2005/12/14 21:11:44 dang Exp $ inherit eutils gnome2 @@ -18,11 +18,7 @@ RDEPEND=">=x11-libs/gtk+-2 >=gnome-base/libgnomeui-2.5.2 >=gnome-base/orbit-2 >=gnome-base/libbonobo-2 - || ( ( - x11-libs/libICE - x11-libs/libXtst - x11-libs/libSM ) - virtual/x11 ) + || ( x11-libs/libXtst virtual/x11 ) jpeg? ( media-libs/jpeg ) gnutls? ( >=net-libs/gnutls-1 ) crypt? ( >=dev-libs/libgcrypt-1.1.90 ) |