diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/turbotail/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/turbotail/turbotail-0.3.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/turbotail/ChangeLog b/sys-apps/turbotail/ChangeLog index 224a48da0e71..e0fcf9086b41 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.13 2008/12/15 21:24:05 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.14 2011/01/07 18:13:42 jer Exp $ + + 07 Jan 2011; Jeroen Roovers <jer@gentoo.org> turbotail-0.3.ebuild: + Use the virtual. Set RDEPEND. 15 Dec 2008; Jeroen Roovers <jer@gentoo.org> -files/turbotail-0.2-munmap.patch, -turbotail-0.2.ebuild, diff --git a/sys-apps/turbotail/turbotail-0.3.ebuild b/sys-apps/turbotail/turbotail-0.3.ebuild index 97b89b24e123..182c04b1423f 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 +# Copyright 1999-2011 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.6 2008/12/15 21:18:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v 1.7 2011/01/07 18:13:42 jer Exp $ inherit toolchain-funcs @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86" IUSE="fam" -DEPEND="fam? ( || ( app-admin/gamin app-admin/fam ) )" +DEPEND="fam? ( virtual/fam )" +RDEPEND="${DEPEND}" src_compile() { local myconf |