diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-02 16:41:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-02 16:41:24 +0000 |
commit | 1813d78b3b609a059f7e1a0ad54635c9c172a973 (patch) | |
tree | 384c908bb7db3188a700df098f50dd66209d724c /app-crypt | |
parent | Initial 2.6.11 release. This release does not include speakup or dm-bbr/multi... (diff) | |
download | gentoo-2-1813d78b3b609a059f7e1a0ad54635c9c172a973.tar.gz gentoo-2-1813d78b3b609a059f7e1a0ad54635c9c172a973.tar.bz2 gentoo-2-1813d78b3b609a059f7e1a0ad54635c9c172a973.zip |
amd64 lovin
(Portage version: 2.0.51.18)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/shash/shash-0.2.6-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-crypt/shash/shash-0.2.6-r1.ebuild b/app-crypt/shash/shash-0.2.6-r1.ebuild index e26da1f22113..51a5089e4e2a 100644 --- a/app-crypt/shash/shash-0.2.6-r1.ebuild +++ b/app-crypt/shash/shash-0.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6-r1.ebuild,v 1.5 2005/01/01 12:38:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6-r1.ebuild,v 1.6 2005/03/02 16:41:24 vapier Exp $ inherit bash-completion eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="amd64 ppc x86" IUSE="static" RDEPEND="virtual/libc @@ -23,9 +23,8 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} - - epatch ${FILESDIR}/0.2.6-manpage-fixes.patch + cd "${S}" + epatch "${FILESDIR}"/0.2.6-manpage-fixes.patch } src_compile() { @@ -34,7 +33,7 @@ src_compile() { } src_install() { - make install DESTDIR=${D} || die "install failed" + make install DESTDIR="${D}" || die "install failed" dodoc AUTHORS ChangeLog INSTALL NEWS doc/sample.shashrc doc/FORMAT dobashcompletion ${FILESDIR}/shash.bash-completion ${PN} } |