summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2007-07-22 08:58:00 +0000
committerDavid Shakaryan <omp@gentoo.org>2007-07-22 08:58:00 +0000
commit9e557babffdaf85d92d2ae03a1ae34e990d28505 (patch)
treec0542ecc5a304d233824a094647ea7e55be288f2 /app-editors
parentDrop virtual/x11 references. (diff)
downloadgentoo-2-9e557babffdaf85d92d2ae03a1ae34e990d28505.tar.gz
gentoo-2-9e557babffdaf85d92d2ae03a1ae34e990d28505.tar.bz2
gentoo-2-9e557babffdaf85d92d2ae03a1ae34e990d28505.zip
Remove virtual/x11 from dependencies.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/qemacs/ChangeLog5
-rw-r--r--app-editors/qemacs/qemacs-0.3.1-r3.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog
index 175e9f8f482a..8581d27977b1 100644
--- a/app-editors/qemacs/ChangeLog
+++ b/app-editors/qemacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/qemacs
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.27 2007/06/24 21:05:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.28 2007/07/22 08:58:00 omp Exp $
+
+ 22 Jul 2007; David Shakaryan <omp@gentoo.org> qemacs-0.3.1-r3.ebuild:
+ Remove virtual/x11 from dependencies.
24 Jun 2007; Ulrich Mueller <ulm@gentoo.org> qemacs-0.3.1-r3.ebuild,
qemacs-0.3.2_pre20070226.ebuild:
diff --git a/app-editors/qemacs/qemacs-0.3.1-r3.ebuild b/app-editors/qemacs/qemacs-0.3.1-r3.ebuild
index 8af21937493f..1b5cec06438a 100644
--- a/app-editors/qemacs/qemacs-0.3.1-r3.ebuild
+++ b/app-editors/qemacs/qemacs-0.3.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1-r3.ebuild,v 1.7 2007/06/24 21:05:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1-r3.ebuild,v 1.8 2007/07/22 08:58:00 omp Exp $
inherit eutils versionator flag-o-matic
@@ -15,12 +15,11 @@ IUSE="X png unicode xv"
# For those so inclined, the libXv dep can probably
# be made conditional on the xv USE flag somehow.
-RDEPEND="X? ( || ( x11-libs/libXv virtual/x11 ) )
+RDEPEND="X? ( x11-libs/libXv )
png? ( =media-libs/libpng-1.2* )"
DEPEND="${RDEPEND}
- X? ( || ( ( x11-libs/libXft
- x11-proto/xextproto )
- virtual/x11 ) )"
+ X? ( x11-libs/libXft
+ x11-proto/xextproto )"
PROVIDE="virtual/editor"
src_unpack() {