diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-05 14:46:37 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-05 14:46:37 +0000 |
commit | f953610d6b8014c898046d3ada28d08b0135bdc7 (patch) | |
tree | 8443a3cd9710fb579c1a925f5339740d83740914 /net-dialup | |
parent | Fix truncation of speech with flite 1.4. (diff) | |
download | gentoo-2-f953610d6b8014c898046d3ada28d08b0135bdc7.tar.gz gentoo-2-f953610d6b8014c898046d3ada28d08b0135bdc7.tar.bz2 gentoo-2-f953610d6b8014c898046d3ada28d08b0135bdc7.zip |
Stable for HPPA (bug #331953).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/mgetty/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.37-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/mgetty/ChangeLog b/net-dialup/mgetty/ChangeLog index 5d077e1ce13b..d0f04a121cc2 100644 --- a/net-dialup/mgetty/ChangeLog +++ b/net-dialup/mgetty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/mgetty # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.105 2014/04/03 19:39:34 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.106 2014/07/05 14:46:37 jer Exp $ + + 05 Jul 2014; Jeroen Roovers <jer@gentoo.org> mgetty-1.1.37-r1.ebuild: + Stable for HPPA (bug #331953). *mgetty-1.1.37-r1 (03 Apr 2014) diff --git a/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild b/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild index c72e325224dc..23b1e8db3e46 100644 --- a/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild,v 1.1 2014/04/03 19:39:34 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild,v 1.2 2014/07/05 14:46:37 jer Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs user @@ -24,7 +24,7 @@ RDEPEND="${DEPEND} SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="doc +fax fidonet" pkg_setup() { |