summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-08-20 14:42:51 +0000
committerAlex Alexander <wired@gentoo.org>2010-08-20 14:42:51 +0000
commit8614cd75025294f26cb31428895e0549162eafb0 (patch)
tree8580e07f8330b1bfb3cd3160536fae7e5e4b4250 /net-irc/znc
parentversion bump (diff)
downloadgentoo-2-8614cd75025294f26cb31428895e0549162eafb0.tar.gz
gentoo-2-8614cd75025294f26cb31428895e0549162eafb0.tar.bz2
gentoo-2-8614cd75025294f26cb31428895e0549162eafb0.zip
fix typo in deps
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/znc')
-rw-r--r--net-irc/znc/ChangeLog5
-rw-r--r--net-irc/znc/znc-0.094.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog
index 8e19d241e517..33ec2786aa36 100644
--- a/net-irc/znc/ChangeLog
+++ b/net-irc/znc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/znc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.41 2010/08/20 14:40:56 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.42 2010/08/20 14:42:51 wired Exp $
+
+ 20 Aug 2010; Alex Alexander <wired@gentoo.org> znc-0.094.ebuild:
+ fix typo in deps
*znc-0.094 (20 Aug 2010)
diff --git a/net-irc/znc/znc-0.094.ebuild b/net-irc/znc/znc-0.094.ebuild
index 2a084ade1dad..7bea33e9ff99 100644
--- a/net-irc/znc/znc-0.094.ebuild
+++ b/net-irc/znc/znc-0.094.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.094.ebuild,v 1.1 2010/08/20 14:40:56 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.094.ebuild,v 1.2 2010/08/20 14:42:51 wired Exp $
EAPI=2
@@ -24,7 +24,7 @@ RDEPEND="
"
DEPEND="
dev-util/pkgconfig
- ${DEPEND}
+ ${RDEPEND}
"
src_configure() {