Gentoo Archives: gentoo-commits

From: Jonathan Callen <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/
Date: Thu, 24 Feb 2011 09:03:42
Message-Id: 533775b6923d2f6529bb5fbc64e21ca2e3bd3240.abcd@gentoo
1 commit: 533775b6923d2f6529bb5fbc64e21ca2e3bd3240
2 Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 24 09:03:03 2011 +0000
4 Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 24 09:03:03 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=533775b6
7
8 x11-libs/gnome-pty-helper: use ! blocker instead of !!, only block in RDEPEND
9
10 (Portage version: 2.2.0_alpha23_p5/git/Linux i686, RepoMan options: --force, signed Manifest commit with key 229E5838)
11
12 ---
13 .../gnome-pty-helper-0.27.90.ebuild | 4 ++--
14 1 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.27.90.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.27.90.ebuild
17 index db12b6f..7cc6bd0 100644
18 --- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.27.90.ebuild
19 +++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.27.90.ebuild
20 @@ -19,6 +19,6 @@ IUSE=""
21 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
22
23 # gnome-pty-helper was spit out with 0.27.90
24 -RDEPEND="!!<x11-libs/vte-0.27.90"
25 -DEPEND="${RDEPEND}"
26 +DEPEND=""
27 +RDEPEND="!<x11-libs/vte-0.27.90"
28 S="${WORKDIR}/vte-${VTE_PV}/gnome-pty-helper"