summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-11-18 22:32:03 +0000
committerAlin Năstac <mrness@gentoo.org>2008-11-18 22:32:03 +0000
commit9ac4ee0150e2af0c8de89e6b21195fbb0892dc72 (patch)
tree60971ab60db1d1368654508a24e55785024a25b9
parentRemove obsolete revision. (diff)
downloadgentoo-2-9ac4ee0150e2af0c8de89e6b21195fbb0892dc72.tar.gz
gentoo-2-9ac4ee0150e2af0c8de89e6b21195fbb0892dc72.tar.bz2
gentoo-2-9ac4ee0150e2af0c8de89e6b21195fbb0892dc72.zip
Fix dependency typo (#246829).
(Portage version: 2.1.4.4)
-rw-r--r--net-dialup/minicom/ChangeLog6
-rw-r--r--net-dialup/minicom/minicom-2.2-r1.ebuild6
-rw-r--r--net-dialup/minicom/minicom-2.3-r1.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/net-dialup/minicom/ChangeLog b/net-dialup/minicom/ChangeLog
index 473a7940293c..aebb6a7a51a5 100644
--- a/net-dialup/minicom/ChangeLog
+++ b/net-dialup/minicom/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/minicom
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.66 2008/06/21 22:39:06 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.67 2008/11/18 22:32:03 mrness Exp $
+
+ 18 Nov 2008; Alin Năstac <mrness@gentoo.org> minicom-2.2-r1.ebuild,
+ minicom-2.3-r1.ebuild:
+ Fix dependency typo (#246829).
21 Jun 2008; Robert Buchholz <rbu@gentoo.org> minicom-2.3-r1.ebuild:
amd64 stable
diff --git a/net-dialup/minicom/minicom-2.2-r1.ebuild b/net-dialup/minicom/minicom-2.2-r1.ebuild
index 7a01ce45f658..8194c451fa6a 100644
--- a/net-dialup/minicom/minicom-2.2-r1.ebuild
+++ b/net-dialup/minicom/minicom-2.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild,v 1.13 2007/12/27 09:12:16 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild,v 1.14 2008/11/18 22:32:03 mrness Exp $
inherit eutils
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86"
IUSE="nls"
-COMM0N_DEPEND="sys-libs/ncurses"
+COMMON_DEPEND="sys-libs/ncurses"
DEPEND="${COMMON_DEPEND}
nls? ( sys-devel/gettext )"
RDEPEND="${COMMON_DEPEND}
diff --git a/net-dialup/minicom/minicom-2.3-r1.ebuild b/net-dialup/minicom/minicom-2.3-r1.ebuild
index d9377980ec58..2b810d73420c 100644
--- a/net-dialup/minicom/minicom-2.3-r1.ebuild
+++ b/net-dialup/minicom/minicom-2.3-r1.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/net-dialup/minicom/minicom-2.3-r1.ebuild,v 1.5 2008/11/15 09:47:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.3-r1.ebuild,v 1.6 2008/11/18 22:32:03 mrness Exp $
inherit eutils
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86"
IUSE="nls"
-COMM0N_DEPEND="sys-libs/ncurses"
+COMMON_DEPEND="sys-libs/ncurses"
DEPEND="${COMMON_DEPEND}
nls? ( sys-devel/gettext )"
RDEPEND="${COMMON_DEPEND}