diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 09:10:24 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 09:10:24 +0000 |
commit | 7e6f0a19da077ca874db791176854d973f819bb9 (patch) | |
tree | b0d31d276e40e47f7ee11c3a504579df670347d1 /media-radio | |
parent | Use EANT_ variables. (diff) | |
download | gentoo-2-7e6f0a19da077ca874db791176854d973f819bb9.tar.gz gentoo-2-7e6f0a19da077ca874db791176854d973f819bb9.tar.bz2 gentoo-2-7e6f0a19da077ca874db791176854d973f819bb9.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/xconvers/ChangeLog | 6 | ||||
-rw-r--r-- | media-radio/xconvers/xconvers-0.8.2.ebuild | 6 | ||||
-rw-r--r-- | media-radio/xconvers/xconvers-0.8.3.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/media-radio/xconvers/ChangeLog b/media-radio/xconvers/ChangeLog index 28894f053e3d..3f89154c4327 100644 --- a/media-radio/xconvers/ChangeLog +++ b/media-radio/xconvers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-radio/xconvers # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/ChangeLog,v 1.7 2007/02/22 02:33:04 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/ChangeLog,v 1.8 2007/07/22 09:10:24 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + xconvers-0.8.2.ebuild, xconvers-0.8.3.ebuild: + Drop virtual/x11 references. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/media-radio/xconvers/xconvers-0.8.2.ebuild b/media-radio/xconvers/xconvers-0.8.2.ebuild index 71be78114122..4e5b9ca5bb81 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-2006 Gentoo Foundation +# Copyright 1999-2007 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.7 2007/07/15 04:56:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.2.ebuild,v 1.8 2007/07/22 09:10:24 dberkholz Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="x86 ~ppc" IUSE="" DEPEND="virtual/libc - || ( x11-libs/libXi virtual/x11 ) + x11-libs/libXi >=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 4cb557095e7b..5e6813d3f55e 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-2006 Gentoo Foundation +# Copyright 1999-2007 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.3 2006/03/19 00:16:16 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.3.ebuild,v 1.4 2007/07/22 09:10:24 dberkholz Exp $ DESCRIPTION="Hamradio convers client for X/GTK" HOMEPAGE="http://www.qsl.net/pg4i/linux/xconvers.html" @@ -12,7 +12,7 @@ KEYWORDS="x86 ~ppc" IUSE="" DEPEND="virtual/libc - || ( x11-libs/libXi virtual/x11 ) + x11-libs/libXi >=x11-libs/gtk+-1.2.0" src_compile() { |