diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-11-12 20:50:29 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-11-12 20:50:29 +0000 |
commit | 156745beed9d664eff9c99cfb98efe2d4b85cd9c (patch) | |
tree | 8d68f5e604f16e0757679f5dcdc0d90fc3faea1e /net-dialup/xc | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-156745beed9d664eff9c99cfb98efe2d4b85cd9c.tar.gz gentoo-2-156745beed9d664eff9c99cfb98efe2d4b85cd9c.tar.bz2 gentoo-2-156745beed9d664eff9c99cfb98efe2d4b85cd9c.zip |
~amd64
Diffstat (limited to 'net-dialup/xc')
-rw-r--r-- | net-dialup/xc/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/xc/ChangeLog b/net-dialup/xc/ChangeLog index b2e15fc89449..e51e967f8e04 100644 --- a/net-dialup/xc/ChangeLog +++ b/net-dialup/xc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.12 2004/10/16 19:56:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.13 2004/11/12 20:49:18 blubb Exp $ + + 12 Nov 2004; Simon Stelling <blubb@gentoo.org> xc-4.3.2-r1.ebuild: + added ~amd64 16 Oct 2004; Mike Frysinger <vapier@gentoo.org> xc-4.3.2-r1.ebuild: Fix stupid dependency on sys-libs/libtermcap-compat (i.e. remove it) #64212. diff --git a/net-dialup/xc/xc-4.3.2-r1.ebuild b/net-dialup/xc/xc-4.3.2-r1.ebuild index 0aecf12dfeab..69b0bf15fecc 100644 --- a/net-dialup/xc/xc-4.3.2-r1.ebuild +++ b/net-dialup/xc/xc-4.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.9 2004/10/16 19:56:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.10 2004/11/12 20:49:18 blubb Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="mips ppc sparc x86" +KEYWORDS="mips ppc sparc x86 ~amd64" IUSE="" DEPEND="sys-libs/ncurses" |