diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-10 07:20:01 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-10 07:20:01 +0000 |
commit | f0b0182a6179df313ee6a7be941190a7ea239b2a (patch) | |
tree | 6df5a289439a3603a6a0a9af8066743be7872d4b /app-editors | |
parent | Don't PROVIDE=virtual/editor as it is a new-style virtual now. (diff) | |
download | gentoo-2-f0b0182a6179df313ee6a7be941190a7ea239b2a.tar.gz gentoo-2-f0b0182a6179df313ee6a7be941190a7ea239b2a.tar.bz2 gentoo-2-f0b0182a6179df313ee6a7be941190a7ea239b2a.zip |
remove PROVIDE=virtual/editor as we have now a new-style virtual
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/qemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog index 85b64ecd53ba..b4ee0f7a0141 100644 --- a/app-editors/qemacs/ChangeLog +++ b/app-editors/qemacs/ChangeLog @@ -1,6 +1,10 @@ # 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.34 2007/09/23 07:00:23 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.35 2007/10/10 07:20:01 opfer Exp $ + + 10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> + qemacs-0.3.2_pre20070226.ebuild: + remove PROVIDE=virtual/editor as we have now a new-style virtual 23 Sep 2007; Christian Faulhammer <opfer@gentoo.org> -files/qemacs-0.3.1-libpng-1_2.patch, diff --git a/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild b/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild index 347a0b5cd326..75a4e1b1b23e 100644 --- a/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild +++ b/app-editors/qemacs/qemacs-0.3.2_pre20070226.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.2_pre20070226.ebuild,v 1.7 2007/09/22 15:48:21 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild,v 1.8 2007/10/10 07:20:01 opfer Exp $ inherit eutils versionator flag-o-matic @@ -20,7 +20,6 @@ DEPEND="X? ( x11-libs/libX11 png? ( =media-libs/libpng-1.2* )" RDEPEND="${DEPEND}" -PROVIDE="virtual/editor" src_unpack() { unpack ${A} |