diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2006-05-27 21:53:55 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2006-05-27 21:53:55 +0000 |
commit | 74106415729c39bcb7d532aa735551155f4d919a (patch) | |
tree | 43c7a4f0128d5217ac99f7535bdcada8a71e50d6 /app-arch | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-74106415729c39bcb7d532aa735551155f4d919a.tar.gz gentoo-2-74106415729c39bcb7d532aa735551155f4d919a.tar.bz2 gentoo-2-74106415729c39bcb7d532aa735551155f4d919a.zip |
fixed missing 7zr compilation/installation
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/p7zip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/p7zip/p7zip-4.39.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/p7zip/ChangeLog b/app-arch/p7zip/ChangeLog index fe89423814d3..aaa1fc9ea798 100644 --- a/app-arch/p7zip/ChangeLog +++ b/app-arch/p7zip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/p7zip # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.35 2006/04/16 10:26:38 radek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.36 2006/05/27 21:53:55 radek Exp $ + + 27 May 2006; Radoslaw Stachowiak <radek@gentoo.org> p7zip-4.39.ebuild: + fixed missing 7zr compilation/installation *p7zip-4.39 (16 Apr 2006) diff --git a/app-arch/p7zip/p7zip-4.39.ebuild b/app-arch/p7zip/p7zip-4.39.ebuild index 2376d918a8ce..4cbe436ae5b4 100644 --- a/app-arch/p7zip/p7zip-4.39.ebuild +++ b/app-arch/p7zip/p7zip-4.39.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-arch/p7zip/p7zip-4.39.ebuild,v 1.1 2006/04/16 10:26:38 radek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.39.ebuild,v 1.2 2006/05/27 21:53:55 radek Exp $ inherit eutils toolchain-funcs multilib @@ -34,7 +34,7 @@ src_unpack() { } src_compile() { - emake all2 || die "compilation error" + emake all3 || die "compilation error" } src_install() { |