diff options
author | 2004-01-16 10:52:29 +0000 | |
---|---|---|
committer | 2004-01-16 10:52:29 +0000 | |
commit | c94ea47a4b1c9f2a3f8760acaf7e433cd1aa4d5b (patch) | |
tree | 51cf6617221aae01f2c58ebb3887c37f895573fc /net-dialup/xc/xc-4.3.2-r1.ebuild | |
parent | Added a small patch which allows xc to use 115200 baud speed for serial port ... (diff) | |
download | historical-c94ea47a4b1c9f2a3f8760acaf7e433cd1aa4d5b.tar.gz historical-c94ea47a4b1c9f2a3f8760acaf7e433cd1aa4d5b.tar.bz2 historical-c94ea47a4b1c9f2a3f8760acaf7e433cd1aa4d5b.zip |
Typo fix, dumb me
Diffstat (limited to 'net-dialup/xc/xc-4.3.2-r1.ebuild')
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |