diff options
author | 2004-10-25 08:02:20 +0000 | |
---|---|---|
committer | 2004-10-25 08:02:20 +0000 | |
commit | 6ddda7e95f623d8a6a3e6f61d5ce5ec9359d6f90 (patch) | |
tree | 666871763e1ed5c240bca6d1c89d21891fa0e0f3 /app-text/ghostview/ghostview-1.5-r1.ebuild | |
parent | Added virtual/pdfviewer; bug #50423. (diff) | |
download | gentoo-2-6ddda7e95f623d8a6a3e6f61d5ce5ec9359d6f90.tar.gz gentoo-2-6ddda7e95f623d8a6a3e6f61d5ce5ec9359d6f90.tar.bz2 gentoo-2-6ddda7e95f623d8a6a3e6f61d5ce5ec9359d6f90.zip |
Provide virtual/psviewer; bug #50423.
Diffstat (limited to 'app-text/ghostview/ghostview-1.5-r1.ebuild')
-rw-r--r-- | app-text/ghostview/ghostview-1.5-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/ghostview/ghostview-1.5-r1.ebuild b/app-text/ghostview/ghostview-1.5-r1.ebuild index 4be3c28384dd..9595de25afd1 100644 --- a/app-text/ghostview/ghostview-1.5-r1.ebuild +++ b/app-text/ghostview/ghostview-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.15 2004/10/25 07:34:43 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.16 2004/10/25 07:59:48 usata Exp $ inherit eutils @@ -17,7 +17,8 @@ DEPEND="virtual/libc virtual/x11" RDEPEND="${DEPEND} virtual/ghostscript" -PROVIDE="virtual/pdfviewer" +PROVIDE="virtual/pdfviewer + virtual/psviewer" src_unpack() { unpack ${A} |