diff options
author | 2012-06-18 00:26:09 +0000 | |
---|---|---|
committer | 2012-06-18 00:26:09 +0000 | |
commit | ce891efbeb7c6e623c33dbc7be66c9ea55c8b3e5 (patch) | |
tree | 5d02bb5dc615d8c6dc409f6c38736bef5f0900b7 /net-misc/balance | |
parent | clean unused licenses (diff) | |
download | gentoo-2-ce891efbeb7c6e623c33dbc7be66c9ea55c8b3e5.tar.gz gentoo-2-ce891efbeb7c6e623c33dbc7be66c9ea55c8b3e5.tar.bz2 gentoo-2-ce891efbeb7c6e623c33dbc7be66c9ea55c8b3e5.zip |
whitespace
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/balance')
-rw-r--r-- | net-misc/balance/balance-3.54.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/balance/balance-3.54.ebuild b/net-misc/balance/balance-3.54.ebuild index bb02eb180a6d..c8a920bb448c 100644 --- a/net-misc/balance/balance-3.54.ebuild +++ b/net-misc/balance/balance-3.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/balance/balance-3.54.ebuild,v 1.1 2012/06/16 22:51:30 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/balance/balance-3.54.ebuild,v 1.2 2012/06/18 00:26:09 mr_bones_ Exp $ EAPI=4 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" -DEPEND="doc? ( app-text/ghostscript-gpl +DEPEND="doc? ( app-text/ghostscript-gpl sys-apps/groff )" RDEPEND="" @@ -25,7 +25,7 @@ src_prepare() { use doc || touch balance.pdf } -src_install() { +src_install() { default use doc && dodoc balance.pdf } |