diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-01-07 18:13:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-01-07 18:13:42 +0000 |
commit | 9de112da8c41ca751611a1f12d9b32af180e1304 (patch) | |
tree | 32a6f0c0ee2ead3ace47ecb97c122025e5cb73c1 /sys-apps | |
parent | Make sure correct locale is present during test, 350839 (diff) | |
download | gentoo-2-9de112da8c41ca751611a1f12d9b32af180e1304.tar.gz gentoo-2-9de112da8c41ca751611a1f12d9b32af180e1304.tar.bz2 gentoo-2-9de112da8c41ca751611a1f12d9b32af180e1304.zip |
Use the virtual. Set RDEPEND.
(Portage version: 2.2.0_alpha14/cvs/Linux i686)
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 |