diff options
-rw-r--r-- | net-dialup/xc/Manifest | 2 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/xc/Manifest b/net-dialup/xc/Manifest index 82450f11ee2a..84d1c298551e 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 f8e74841f8a4a57f99a090c4625375aa 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}" |