diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-13 03:38:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-13 03:38:13 +0000 |
commit | 46359654186a9347ce610296bb185d6d42c19072 (patch) | |
tree | e619a016d1c3a14f3979059da8d4e1c04f390e6d /net-dialup/mingetty | |
parent | arm/hppa/ia64 lovin (diff) | |
download | gentoo-2-46359654186a9347ce610296bb185d6d42c19072.tar.gz gentoo-2-46359654186a9347ce610296bb185d6d42c19072.tar.bz2 gentoo-2-46359654186a9347ce610296bb185d6d42c19072.zip |
arm/hppa/ia64/s390 lovin
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup/mingetty')
-rw-r--r-- | net-dialup/mingetty/mingetty-1.07.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-dialup/mingetty/mingetty-1.07.3.ebuild b/net-dialup/mingetty/mingetty-1.07.3.ebuild index e623c1bb73b2..4b18c7c2c82a 100644 --- a/net-dialup/mingetty/mingetty-1.07.3.ebuild +++ b/net-dialup/mingetty/mingetty-1.07.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.07.3.ebuild,v 1.3 2005/02/08 14:57:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.07.3.ebuild,v 1.4 2005/03/13 03:38:13 vapier Exp $ inherit rpm eutils @@ -10,12 +10,12 @@ MY_P=${MY_WORK}-${PV##*.} DESCRIPTION="A compact getty program for virtual consoles only." SRC_URI="ftp://rpmfind.net/linux/fedora/core/3/SRPMS/${MY_P}.src.rpm" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~hppa ~amd64 ~alpha sparc ~ia64 ~mips ~ppc64 ~s390" +SLOT="0" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sparc x86" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" src_unpack() { rpm_src_unpack |