diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-31 16:54:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-31 16:54:07 +0000 |
commit | 6162483154aecfe0fd32c912dc53d9b236df6ca8 (patch) | |
tree | 534ba8d14daa98b5c53b010bc88d2795396fc31d /net-dialup/mgetty | |
parent | Adding USE defaults to amarok ebuild itself, so we can stop enabling it here. (diff) | |
download | gentoo-2-6162483154aecfe0fd32c912dc53d9b236df6ca8.tar.gz gentoo-2-6162483154aecfe0fd32c912dc53d9b236df6ca8.tar.bz2 gentoo-2-6162483154aecfe0fd32c912dc53d9b236df6ca8.zip |
Enable USE fax by default here..
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/mgetty')
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.36-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild b/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild index 5be72b3ae8dc..39cc969a1a2b 100644 --- a/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2009 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.2 2009/07/31 11:14:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v 1.3 2009/07/31 16:54:07 ssuominen Exp $ +EAPI=1 inherit toolchain-funcs flag-o-matic eutils DESCRIPTION="fax and voice modem programs" @@ -21,7 +22,7 @@ RDEPEND="${DEPEND} SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86" -IUSE="doc fax fidonet" +IUSE="doc +fax fidonet" pkg_setup() { enewgroup fax |