diff options
Diffstat (limited to 'app-admin/lsyncd/lsyncd-2.1.3.ebuild')
-rw-r--r-- | app-admin/lsyncd/lsyncd-2.1.3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-admin/lsyncd/lsyncd-2.1.3.ebuild b/app-admin/lsyncd/lsyncd-2.1.3.ebuild index 8826ee8fdea2..fd1efd12ff60 100644 --- a/app-admin/lsyncd/lsyncd-2.1.3.ebuild +++ b/app-admin/lsyncd/lsyncd-2.1.3.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/app-admin/lsyncd/lsyncd-2.1.3.ebuild,v 1.1 2012/11/24 07:01:56 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/lsyncd-2.1.3.ebuild,v 1.2 2012/11/26 03:05:02 patrick Exp $ EAPI=5 @@ -13,8 +13,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -DEPEND=">=dev-lang/lua-5.1" -RDEPEND="${DEPEND} +DEPEND=">=dev-lang/lua-5.1 + app-text/asciidoc" + +RDEPEND=">=dev-lang/lua-5.1 net-misc/rsync" src_configure() { |