diff options
author | David Holm <dholm@gentoo.org> | 2004-06-08 20:27:19 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-08 20:27:19 +0000 |
commit | e00d7522d19ec6eee8a6105763fab7c38798b79a (patch) | |
tree | 06bd7ee705ba4f5e74f256d19caf4dd71e481ecd /net-dialup/xc | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-e00d7522d19ec6eee8a6105763fab7c38798b79a.tar.gz gentoo-2-e00d7522d19ec6eee8a6105763fab7c38798b79a.tar.bz2 gentoo-2-e00d7522d19ec6eee8a6105763fab7c38798b79a.zip |
Added to ~ppc
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 56208e0f9611..70ef6afa5d2d 100644 --- a/net-dialup/xc/ChangeLog +++ b/net-dialup/xc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.9 2004/04/27 21:44:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.10 2004/06/08 20:25:00 dholm Exp $ + + 08 Jun 2004; David Holm <dholm@gentoo.org> xc-4.3.2-r1.ebuild: + Added to ~ppc. 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> xc-4.3.2-r1.ebuild: Add inherit eutils diff --git a/net-dialup/xc/xc-4.3.2-r1.ebuild b/net-dialup/xc/xc-4.3.2-r1.ebuild index e6d1f0ef0bf0..a0e3c38a78af 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 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.4 2004/04/27 21:44:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.5 2004/06/08 20:25:00 dholm Exp $ inherit eutils @@ -9,7 +9,7 @@ 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 ~ppc" DEPEND="sys-libs/libtermcap-compat" RDEPEND="" S="${WORKDIR}/${P}" |