diff options
Diffstat (limited to 'app-cdr/cdw/cdw-9999.ebuild')
-rw-r--r-- | app-cdr/cdw/cdw-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-cdr/cdw/cdw-9999.ebuild b/app-cdr/cdw/cdw-9999.ebuild index f849c8874a48..11459eb2c461 100644 --- a/app-cdr/cdw/cdw-9999.ebuild +++ b/app-cdr/cdw/cdw-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-9999.ebuild,v 1.4 2015/02/19 09:58:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-9999.ebuild,v 1.5 2015/07/16 04:06:40 mr_bones_ Exp $ EAPI=5 ECVS_SERVER="cdw.cvs.sourceforge.net:/cvsroot/cdw" @@ -23,6 +23,7 @@ DEPEND="virtual/cdrtools dev-libs/libburn dev-libs/libcdio[-minimal] sys-libs/ncurses[unicode]" +RDEPEND=${DEPEND} S=${WORKDIR}/${ECVS_MODULE} |