summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2004-01-16 10:52:29 +0000
committerJoshua Kinard <kumba@gentoo.org>2004-01-16 10:52:29 +0000
commitc94ea47a4b1c9f2a3f8760acaf7e433cd1aa4d5b (patch)
tree51cf6617221aae01f2c58ebb3887c37f895573fc /net-dialup
parentAdded a small patch which allows xc to use 115200 baud speed for serial port ... (diff)
downloadhistorical-c94ea47a4b1c9f2a3f8760acaf7e433cd1aa4d5b.tar.gz
historical-c94ea47a4b1c9f2a3f8760acaf7e433cd1aa4d5b.tar.bz2
historical-c94ea47a4b1c9f2a3f8760acaf7e433cd1aa4d5b.zip
Typo fix, dumb me
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/xc/Manifest2
-rw-r--r--net-dialup/xc/xc-4.3.2-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/xc/Manifest b/net-dialup/xc/Manifest
index 82450f11ee2a..2ec8cacd428b 100644
--- a/net-dialup/xc/Manifest
+++ b/net-dialup/xc/Manifest
@@ -1,7 +1,7 @@
MD5 166386bbb96bb9435673513a66000e49 ChangeLog 1293
MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
MD5 acfc233b27774e10007e47dbf9550941 xc-4.3.2.ebuild 852
-MD5 6ae497e9df82e0c5dbc4a2006a10d7b0 xc-4.3.2-r1.ebuild 1157
+MD5 3f22b414a6388c46c40de822d7cb1012 xc-4.3.2-r1.ebuild 1158
MD5 a19ff63623f36ba8624bf50f382e210c files/digest-xc-4.3.2 60
MD5 80e981efed033a8eaaa0c0e632eee1ae files/xc-4.3.2-gentoo.diff 1905
MD5 d6b646fa4989aba362ce50ae2b1907e5 files/xc-4.3.2-add-115200.patch 246
diff --git a/net-dialup/xc/xc-4.3.2-r1.ebuild b/net-dialup/xc/xc-4.3.2-r1.ebuild
index 80d46abe0404..4197f762cbe7 100644
--- a/net-dialup/xc/xc-4.3.2-r1.ebuild
+++ b/net-dialup/xc/xc-4.3.2-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.1 2004/01/16 10:50:38 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.2 2004/01/16 10:52:29 kumba Exp $
DESCRIPTION="unix dialout program"
HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/"
SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86 ~sparc ~mips"
+KEYWORDS="~x86 ~sparc ~mips"
DEPEND="sys-libs/libtermcap-compat"
RDEPEND=""
S="${WORKDIR}/${P}"