diff options
author | Seth Chandler <sethbc@gentoo.org> | 2002-12-17 06:06:15 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2002-12-17 06:06:15 +0000 |
commit | aca63e230f487a4c7e0b8eccafb3543f2579b8c5 (patch) | |
tree | 8a139f16c3ae4ed8946660467eed56e748ce7f78 /net-dialup | |
parent | fix for #12276 (diff) | |
download | gentoo-2-aca63e230f487a4c7e0b8eccafb3543f2579b8c5.tar.gz gentoo-2-aca63e230f487a4c7e0b8eccafb3543f2579b8c5.tar.bz2 gentoo-2-aca63e230f487a4c7e0b8eccafb3543f2579b8c5.zip |
added ~ppc to keywords
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/mingetty/ChangeLog | 4 | ||||
-rw-r--r-- | net-dialup/mingetty/mingetty-1.00.ebuild | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-dialup/mingetty/ChangeLog b/net-dialup/mingetty/ChangeLog index 170d832781cf..097ddea23550 100644 --- a/net-dialup/mingetty/ChangeLog +++ b/net-dialup/mingetty/ChangeLog @@ -1,8 +1,10 @@ # ChangeLog for net-dialup/mingetty # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/ChangeLog,v 1.1 2002/11/06 04:23:05 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/ChangeLog,v 1.2 2002/12/17 06:06:15 sethbc Exp $ *mingetty-1.00 (05 Nov 2002) + 17 Dec 2002; Seth Chandler <sethbc@gentoo.org> mingetty-1.00.ebuild + added ~ppc to KEYWORDS 05 Nov 2002; Seemant Kulleen <seemant@gentoo.org> mingetty-1.00.ebuild ChangeLog files/digest-mingetty-1.00 : diff --git a/net-dialup/mingetty/mingetty-1.00.ebuild b/net-dialup/mingetty/mingetty-1.00.ebuild index 0a1f03dc105d..635f28b5f058 100644 --- a/net-dialup/mingetty/mingetty-1.00.ebuild +++ b/net-dialup/mingetty/mingetty-1.00.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.00.ebuild,v 1.1 2002/11/06 04:23:05 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.00.ebuild,v 1.2 2002/12/17 06:06:15 sethbc Exp $ S=${WORKDIR}/${P} DESCRIPTION="A compact getty program for virtual consoles only." @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.redhat.com/pub/redhat/linux/7.3/en/os/i386/SRPMS/${P}-1.src.r SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" DEPEND="app-arch/rpm2targz" RDEPEND="virtual/glibc" |