diff options
-rw-r--r-- | app-shells/dsh/dsh-0.24.0.ebuild | 7 | ||||
-rw-r--r-- | app-shells/dsh/dsh-0.25.0.ebuild | 7 | ||||
-rw-r--r-- | app-shells/dsh/dsh-0.25.3.ebuild | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-shells/dsh/dsh-0.24.0.ebuild b/app-shells/dsh/dsh-0.24.0.ebuild index 367565d44f5e..a57ec1426400 100644 --- a/app-shells/dsh/dsh-0.24.0.ebuild +++ b/app-shells/dsh/dsh-0.24.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.24.0.ebuild,v 1.5 2005/01/01 15:58:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.24.0.ebuild,v 1.6 2006/06/10 11:48:19 vapier Exp $ DESCRIPTION="DSH - Distributed Shell" HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/" @@ -12,7 +12,8 @@ KEYWORDS="x86 ppc" IUSE="nls" DEPEND="dev-libs/libdshconfig" -RDEPEND="virtual/ssh" +RDEPEND="${RDEPEND} + virtual/ssh" src_compile() { econf --sysconfdir=/etc/dsh `use_enable nls` || die diff --git a/app-shells/dsh/dsh-0.25.0.ebuild b/app-shells/dsh/dsh-0.25.0.ebuild index fed02b642fe5..18308d2ac96f 100644 --- a/app-shells/dsh/dsh-0.25.0.ebuild +++ b/app-shells/dsh/dsh-0.25.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.0.ebuild,v 1.5 2005/01/01 15:58:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.0.ebuild,v 1.6 2006/06/10 11:48:19 vapier Exp $ DESCRIPTION="DSH - Distributed Shell" HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/" @@ -12,7 +12,8 @@ KEYWORDS="x86 ppc" IUSE="nls" DEPEND="dev-libs/libdshconfig" -RDEPEND="virtual/ssh" +RDEPEND="${RDEPEND} + virtual/ssh" src_compile() { econf --sysconfdir=/etc/dsh `use_enable nls` || die diff --git a/app-shells/dsh/dsh-0.25.3.ebuild b/app-shells/dsh/dsh-0.25.3.ebuild index b406341ff49d..01089462de50 100644 --- a/app-shells/dsh/dsh-0.25.3.ebuild +++ b/app-shells/dsh/dsh-0.25.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.3.ebuild,v 1.2 2005/01/01 15:58:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.3.ebuild,v 1.3 2006/06/10 11:48:19 vapier Exp $ DESCRIPTION="Distributed Shell" HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/" @@ -12,7 +12,8 @@ KEYWORDS="~x86 ~ppc" IUSE="nls" DEPEND="dev-libs/libdshconfig" -RDEPEND="virtual/ssh" +RDEPEND="${RDEPEND} + virtual/ssh" src_compile() { econf --sysconfdir=/etc/dsh `use_enable nls` || die |