diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-05-25 20:48:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-05-25 20:48:52 +0000 |
commit | b28749792432c780aaadb367103318bec55d6b1d (patch) | |
tree | ef1398dc8d2dc0dad2b382dcd4159072874c07ff /sys-apps/turbotail | |
parent | Version bump (#223041) (diff) | |
download | gentoo-2-b28749792432c780aaadb367103318bec55d6b1d.tar.gz gentoo-2-b28749792432c780aaadb367103318bec55d6b1d.tar.bz2 gentoo-2-b28749792432c780aaadb367103318bec55d6b1d.zip |
Make DEPEND conditional.
(Portage version: 2.1.5)
Diffstat (limited to 'sys-apps/turbotail')
-rw-r--r-- | sys-apps/turbotail/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/turbotail/turbotail-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/turbotail/ChangeLog b/sys-apps/turbotail/ChangeLog index 0d672e7b2a64..40974e959548 100644 --- a/sys-apps/turbotail/ChangeLog +++ b/sys-apps/turbotail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/turbotail # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.8 2008/05/25 20:45:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.9 2008/05/25 20:48:52 jer Exp $ + + 25 May 2008; Jeroen Roovers <jer@gentoo.org> turbotail-0.3.ebuild: + Make DEPEND conditional. 25 May 2008; Jeroen Roovers <jer@gentoo.org> turbotail-0.3.ebuild: Add DNOTIFY support. diff --git a/sys-apps/turbotail/turbotail-0.3.ebuild b/sys-apps/turbotail/turbotail-0.3.ebuild index 05a58be30a56..f70ba5e6c76e 100644 --- a/sys-apps/turbotail/turbotail-0.3.ebuild +++ b/sys-apps/turbotail/turbotail-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v 1.2 2008/05/25 20:45:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v 1.3 2008/05/25 20:48:52 jer Exp $ inherit toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~x86" IUSE="fam" -DEPEND="app-admin/gamin" +DEPEND="fam? ( app-admin/gamin )" src_compile() { local myconf |