diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-02-25 15:43:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-02-25 15:43:21 +0000 |
commit | 2981adc780cf5bb3324156acb802f181dce8e76c (patch) | |
tree | 46fc8a1f5c65143e42a2ae4db2019b49dda0b6d7 /net-misc/netkit-rsh/netkit-rsh-0.17-r9.ebuild | |
parent | bug 210543 done, cleanup (diff) | |
download | historical-2981adc780cf5bb3324156acb802f181dce8e76c.tar.gz historical-2981adc780cf5bb3324156acb802f181dce8e76c.tar.bz2 historical-2981adc780cf5bb3324156acb802f181dce8e76c.zip |
Fix dependency, thanks to Xake in bug #211390.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-misc/netkit-rsh/netkit-rsh-0.17-r9.ebuild')
-rw-r--r-- | net-misc/netkit-rsh/netkit-rsh-0.17-r9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r9.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r9.ebuild index 413067670da0..ebdb068ba3b6 100644 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r9.ebuild +++ b/net-misc/netkit-rsh/netkit-rsh-0.17-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r9.ebuild,v 1.1 2008/02/19 22:59:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r9.ebuild,v 1.2 2008/02/25 15:43:21 flameeyes Exp $ inherit eutils pam toolchain-funcs @@ -17,7 +17,7 @@ KEYWORDS="" IUSE="pam" DEPEND=">=sys-libs/ncurses-5.2 - pam? ( >=sys-auth/pambase-20081902.1 )" + pam? ( >=sys-auth/pambase-20080219.1 )" src_unpack() { unpack ${A} |