diff options
author | Joshua Kinard <kumba@gentoo.org> | 2003-07-01 23:46:09 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2003-07-01 23:46:09 +0000 |
commit | 89508f8bd3389452fda27b5cbf4d9846b489dfb1 (patch) | |
tree | fb58510633837cd0ae387ce50459f33e1a869280 /net-dialup/xc | |
parent | Fixed compile issue and added ~sparc/~mips to KEYWORDS. See Changelog for more. (diff) | |
download | historical-89508f8bd3389452fda27b5cbf4d9846b489dfb1.tar.gz historical-89508f8bd3389452fda27b5cbf4d9846b489dfb1.tar.bz2 historical-89508f8bd3389452fda27b5cbf4d9846b489dfb1.zip |
Fixed compile issue and added ~sparc/~mips to KEYWORDS. See Changelog for more.
Diffstat (limited to 'net-dialup/xc')
-rw-r--r-- | net-dialup/xc/Manifest | 4 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-dialup/xc/Manifest b/net-dialup/xc/Manifest index 23c74071be13..9a3581758fa2 100644 --- a/net-dialup/xc/Manifest +++ b/net-dialup/xc/Manifest @@ -1,4 +1,4 @@ -MD5 1a81bb93344c2916d012b98e748e12c0 ChangeLog 797 -MD5 012a505d9298cb137437dea6f04ff0f5 xc-4.3.2.ebuild 854 +MD5 39c11475be628e2605692fc0fa0d6f83 ChangeLog 795 +MD5 d7d61c909edd6a1faf98b491a197aad2 xc-4.3.2.ebuild 853 MD5 a19ff63623f36ba8624bf50f382e210c files/digest-xc-4.3.2 60 MD5 80e981efed033a8eaaa0c0e632eee1ae files/xc-4.3.2-gentoo.diff 1905 diff --git a/net-dialup/xc/xc-4.3.2.ebuild b/net-dialup/xc/xc-4.3.2.ebuild index 215a33070cab..48b4cb37ba55 100644 --- a/net-dialup/xc/xc-4.3.2.ebuild +++ b/net-dialup/xc/xc-4.3.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 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.ebuild,v 1.4 2003/02/13 13:56:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2.ebuild,v 1.5 2003/07/01 23:45:56 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" +KEYWORDS="x86 ~sparc ~mips" DEPEND="sys-libs/libtermcap-compat" RDEPEND="" S="${WORKDIR}/${P}" @@ -20,7 +20,7 @@ src_unpack() { } src_compile() { - make all prefix=/usr mandir=/usr/share/man || die + make WARN="" all prefix=/usr mandir=/usr/share/man || die } |