diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-02-08 14:57:38 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-02-08 14:57:38 +0000 |
commit | e5ad8299ab74681ad61484b95c58e35e3947bd88 (patch) | |
tree | a62461776aea882f083e5de2c91435d12ffe5641 /net-dialup/mingetty | |
parent | Remove blockers on removed packages. (diff) | |
download | gentoo-2-e5ad8299ab74681ad61484b95c58e35e3947bd88.tar.gz gentoo-2-e5ad8299ab74681ad61484b95c58e35e3947bd88.tar.bz2 gentoo-2-e5ad8299ab74681ad61484b95c58e35e3947bd88.zip |
Stable on sparc
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-dialup/mingetty')
-rw-r--r-- | net-dialup/mingetty/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/mingetty/mingetty-1.07.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/mingetty/ChangeLog b/net-dialup/mingetty/ChangeLog index 40089ffb2a35..b536238cf2c8 100644 --- a/net-dialup/mingetty/ChangeLog +++ b/net-dialup/mingetty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/mingetty # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/ChangeLog,v 1.21 2005/02/07 21:22:03 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/ChangeLog,v 1.22 2005/02/08 14:57:38 gustavoz Exp $ + + 08 Feb 2005; Gustavo Zacarias <gustavoz@gentoo.org> mingetty-1.07.3.ebuild: + Stable on sparc 07 Feb 2005; Alin Nastac <mrness@gentoo.org> mingetty-1.07.3.ebuild: Mark stable on x86. diff --git a/net-dialup/mingetty/mingetty-1.07.3.ebuild b/net-dialup/mingetty/mingetty-1.07.3.ebuild index 18a88fdc894e..e623c1bb73b2 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.2 2005/02/07 21:22:03 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.07.3.ebuild,v 1.3 2005/02/08 14:57:38 gustavoz Exp $ inherit rpm eutils @@ -12,7 +12,7 @@ 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" +KEYWORDS="x86 ~ppc ~hppa ~amd64 ~alpha sparc ~ia64 ~mips ~ppc64 ~s390" IUSE="" RDEPEND="virtual/libc" |