diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-03 03:07:06 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-03 03:07:06 +0000 |
commit | 419cccd5fa23c73b28e55a8440e67f51a44385d3 (patch) | |
tree | 10f115c09532ed08e41cbaa0d114da9248f355a0 /sys-block/btrace/btrace-1.0.0.ebuild | |
parent | Updated patch to include installation of icon and bumped revision (diff) | |
download | gentoo-2-419cccd5fa23c73b28e55a8440e67f51a44385d3.tar.gz gentoo-2-419cccd5fa23c73b28e55a8440e67f51a44385d3.tar.bz2 gentoo-2-419cccd5fa23c73b28e55a8440e67f51a44385d3.zip |
Revamp the parallel build improvements. Bug #335741: respect LDFLAGS. Bug #348281: Fix USE=doc building missing DEPEND. Bug #269121: Remove old versions where SRC_URI is no longer valid.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'sys-block/btrace/btrace-1.0.0.ebuild')
-rw-r--r-- | sys-block/btrace/btrace-1.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/btrace/btrace-1.0.0.ebuild b/sys-block/btrace/btrace-1.0.0.ebuild index 1c7e57e19bf5..964542869f18 100644 --- a/sys-block/btrace/btrace-1.0.0.ebuild +++ b/sys-block/btrace/btrace-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/btrace/btrace-1.0.0.ebuild,v 1.2 2009/09/23 20:29:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/btrace/btrace-1.0.0.ebuild,v 1.3 2011/02/03 03:07:06 robbat2 Exp $ inherit eutils toolchain-funcs flag-o-matic linux-info @@ -17,7 +17,7 @@ RDEPEND="" # This is a Linux specific app! DEPEND="${RDEPEND} || ( sys-kernel/linux-headers sys-kernel/mips-headers ) - doc? ( virtual/latex-base ) + doc? ( virtual/latex-base app-text/dvipdfm ) dev-libs/libaio" S="${WORKDIR}/${MY_PN}" |