diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2007-01-25 06:44:29 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2007-01-25 06:44:29 +0000 |
commit | ae3b7360d931a25354fce5478188bfaed94fe5cb (patch) | |
tree | c6540e5c132e82cdb3ba4b368770af47ee9dbe24 /app-crypt/aespipe | |
parent | Stable for HPPA (bug #143378). (diff) | |
download | gentoo-2-ae3b7360d931a25354fce5478188bfaed94fe5cb.tar.gz gentoo-2-ae3b7360d931a25354fce5478188bfaed94fe5cb.tar.bz2 gentoo-2-ae3b7360d931a25354fce5478188bfaed94fe5cb.zip |
Ooops, Fixed typo.
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'app-crypt/aespipe')
-rw-r--r-- | app-crypt/aespipe/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/aespipe/aespipe-2.3b.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/aespipe/ChangeLog b/app-crypt/aespipe/ChangeLog index d44518ed7db9..d0376897b407 100644 --- a/app-crypt/aespipe/ChangeLog +++ b/app-crypt/aespipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/aespipe -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.18 2006/12/21 14:40:22 corsair Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.19 2007/01/25 06:44:29 kugelfang Exp $ + + 25 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> aespipe-2.3b.ebuild: + Oops, typo. 21 Dec 2006; Markus Rothe <corsair@gentoo.org> aespipe-2.3b.ebuild: Added ~ppc64; bug #157982 diff --git a/app-crypt/aespipe/aespipe-2.3b.ebuild b/app-crypt/aespipe/aespipe-2.3b.ebuild index 5bb6cfb10534..100badf375e0 100644 --- a/app-crypt/aespipe/aespipe-2.3b.ebuild +++ b/app-crypt/aespipe/aespipe-2.3b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.3b.ebuild,v 1.9 2006/12/21 14:40:22 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.3b.ebuild,v 1.10 2007/01/25 06:44:29 kugelfang Exp $ inherit flag-o-matic @@ -17,7 +17,7 @@ DEPEND="" S=${WORKDIR}/${PN}-v${PV} src_compile() { - use static && append-flags -static + use static && append-ldflags -static econf || die emake || die } |