diff options
Diffstat (limited to 'app-shells/pdsh/pdsh-2.9.ebuild')
-rw-r--r-- | app-shells/pdsh/pdsh-2.9.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/pdsh/pdsh-2.9.ebuild b/app-shells/pdsh/pdsh-2.9.ebuild index 4a50856e6b35..deb633f4fb59 100644 --- a/app-shells/pdsh/pdsh-2.9.ebuild +++ b/app-shells/pdsh/pdsh-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.9.ebuild,v 1.1 2006/07/20 05:29:57 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.9.ebuild,v 1.2 2007/07/15 05:23:38 mr_bones_ Exp $ inherit versionator @@ -32,4 +32,3 @@ src_compile() { src_install() { einstall || die "install failed" } - |