From 4c9b050e6472d09fb3f23182a67edc3820a86cc9 Mon Sep 17 00:00:00 2001 From: Joshua Baergen Date: Sun, 19 Mar 2006 00:16:16 +0000 Subject: Add modular X dependencies. (Portage version: 2.1_pre6-r3) --- media-radio/xconvers/ChangeLog | 8 ++++++-- media-radio/xconvers/xconvers-0.8.2.ebuild | 8 ++++---- media-radio/xconvers/xconvers-0.8.3.ebuild | 8 ++++---- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/media-radio/xconvers/ChangeLog b/media-radio/xconvers/ChangeLog index d2a6ba90e5af..905a88842599 100644 --- a/media-radio/xconvers/ChangeLog +++ b/media-radio/xconvers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-radio/xconvers -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/ChangeLog,v 1.5 2005/03/31 02:34:48 killsoft Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/ChangeLog,v 1.6 2006/03/19 00:16:16 joshuabaergen Exp $ + + 19 Mar 2006; Joshua Baergen + xconvers-0.8.2.ebuild, xconvers-0.8.3.ebuild: + Add modular X dependencies. 30 Mar 2005; Robb Romans : New version 0.8.3 diff --git a/media-radio/xconvers/xconvers-0.8.2.ebuild b/media-radio/xconvers/xconvers-0.8.2.ebuild index 925549f23de7..23607677379d 100644 --- a/media-radio/xconvers/xconvers-0.8.2.ebuild +++ b/media-radio/xconvers/xconvers-0.8.2.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/media-radio/xconvers/xconvers-0.8.2.ebuild,v 1.5 2005/03/31 02:34:48 killsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.2.ebuild,v 1.6 2006/03/19 00:16:16 joshuabaergen Exp $ inherit eutils @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -RDEPEND="virtual/libc - virtual/x11 +DEPEND="virtual/libc + || ( x11-libs/libXi virtual/x11 ) >=x11-libs/gtk+-1.2.0" src_compile() { diff --git a/media-radio/xconvers/xconvers-0.8.3.ebuild b/media-radio/xconvers/xconvers-0.8.3.ebuild index d8600a963ef8..4cb557095e7b 100644 --- a/media-radio/xconvers/xconvers-0.8.3.ebuild +++ b/media-radio/xconvers/xconvers-0.8.3.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/media-radio/xconvers/xconvers-0.8.3.ebuild,v 1.2 2005/08/10 06:22:33 killsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.3.ebuild,v 1.3 2006/03/19 00:16:16 joshuabaergen Exp $ DESCRIPTION="Hamradio convers client for X/GTK" HOMEPAGE="http://www.qsl.net/pg4i/linux/xconvers.html" @@ -11,8 +11,8 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -RDEPEND="virtual/libc - virtual/x11 +DEPEND="virtual/libc + || ( x11-libs/libXi virtual/x11 ) >=x11-libs/gtk+-1.2.0" src_compile() { -- cgit v1.2.3-65-gdbad