diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-24 20:55:57 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-24 20:55:57 +0000 |
commit | e02640955a8848b335292f8e0a548471ded20baa (patch) | |
tree | 7ef45e5350a402debdf8953584ceb9695b021068 /net-dialup/mgetty | |
parent | Stable for HPPA (bug #458602). (diff) | |
download | gentoo-2-e02640955a8848b335292f8e0a548471ded20baa.tar.gz gentoo-2-e02640955a8848b335292f8e0a548471ded20baa.tar.bz2 gentoo-2-e02640955a8848b335292f8e0a548471ded20baa.zip |
Change awk dependency to virtual/awk, wrt bug #455666
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup/mgetty')
-rw-r--r-- | net-dialup/mgetty/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.36-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dialup/mgetty/ChangeLog b/net-dialup/mgetty/ChangeLog index 58159d076c81..9c32897bf903 100644 --- a/net-dialup/mgetty/ChangeLog +++ b/net-dialup/mgetty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/mgetty -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.101 2012/06/14 01:46:13 zmedico Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.102 2013/02/24 20:55:57 pinkbyte Exp $ + + 24 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> mgetty-1.1.36-r3.ebuild: + Change awk dependency to virtual/awk, wrt bug #455666 14 Jun 2012; Zac Medico <zmedico@gentoo.org> mgetty-1.1.36-r3.ebuild: inherit user for enewgroup and enewuser diff --git a/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild b/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild index 84797c20eff3..ab16e416a194 100644 --- a/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v 1.8 2012/06/14 01:46:13 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v 1.9 2013/02/24 20:55:57 pinkbyte Exp $ EAPI=1 inherit toolchain-funcs flag-o-matic eutils user @@ -11,10 +11,10 @@ HOMEPAGE="http://mgetty.greenie.net/" DEPEND="doc? ( virtual/latex-base virtual/texi2dvi ) >=sys-apps/sed-4 - sys-apps/gawk sys-apps/groff dev-lang/perl sys-apps/texinfo + virtual/awk fax? ( !net-misc/hylafax )" RDEPEND="${DEPEND} fax? ( media-libs/netpbm app-text/ghostscript-gpl )" |