summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-04-24 17:15:36 +0000
committerSamuli Suominen <drac@gentoo.org>2008-04-24 17:15:36 +0000
commita6ea42176e890b55b26ac90dc74ac5ac1f7eb8f8 (patch)
tree72b8ce3d3b6522d3806f0fd4e21bd93ca5459f57 /dev-util/geany/geany-0.13.ebuild
parenttypo (diff)
downloadgentoo-2-a6ea42176e890b55b26ac90dc74ac5ac1f7eb8f8.tar.gz
gentoo-2-a6ea42176e890b55b26ac90dc74ac5ac1f7eb8f8.tar.bz2
gentoo-2-a6ea42176e890b55b26ac90dc74ac5ac1f7eb8f8.zip
err, typing errors here and there
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-util/geany/geany-0.13.ebuild')
-rw-r--r--dev-util/geany/geany-0.13.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/geany/geany-0.13.ebuild b/dev-util/geany/geany-0.13.ebuild
index 149ec259506f..8b7088e1b840 100644
--- a/dev-util/geany/geany-0.13.ebuild
+++ b/dev-util/geany/geany-0.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.13.ebuild,v 1.5 2008/04/24 16:58:38 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.13.ebuild,v 1.6 2008/04/24 17:15:36 drac Exp $
EAPI=1
@@ -18,7 +18,7 @@ IUSE="+vte"
RDEPEND=">=x11-libs/gtk+-2.6
vte? ( x11-libs/vte )"
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_unpack() {
@@ -37,7 +37,7 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" DOCDIR="${D}/usr/share/doc/${PF}" \
install || die "emake install failed."
- rm -f "${D}"/usr/share/doc/${P}/{COPYING,GPL-2,ScintillaLicense.txt}
+ rm -f "${D}"/usr/share/doc/${PF}/{COPYING,GPL-2,ScintillaLicense.txt}
prepalldocs
}