diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-11-02 13:00:30 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-11-02 13:00:30 +0000 |
commit | ce7b580a8355fff51a6434920f3dab14d3b1ce9a (patch) | |
tree | a9e9503a6f0e705c90ab3a9e7b5e322e7dd601d9 /app-arch/lha | |
parent | Fix -host switch to configure (bug #153738). (diff) | |
download | gentoo-2-ce7b580a8355fff51a6434920f3dab14d3b1ce9a.tar.gz gentoo-2-ce7b580a8355fff51a6434920f3dab14d3b1ce9a.tar.bz2 gentoo-2-ce7b580a8355fff51a6434920f3dab14d3b1ce9a.zip |
Stable on sparc --- security bug #151252 --- builds, runs all tests, and
installs fine. I can't test further because I can't read the man page.
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'app-arch/lha')
-rw-r--r-- | app-arch/lha/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/lha/lha-114i-r6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-arch/lha/ChangeLog b/app-arch/lha/ChangeLog index bc812fb94fda..53ec859c1099 100644 --- a/app-arch/lha/ChangeLog +++ b/app-arch/lha/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/lha # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/ChangeLog,v 1.28 2006/10/31 16:35:02 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/ChangeLog,v 1.29 2006/11/02 13:00:30 fmccor Exp $ + + 02 Nov 2006; Ferris McCormick <fmccor@gentoo.org> lha-114i-r6.ebuild: + Stable on sparc --- security bug #151252 --- builds, runs all tests, and + installs fine. I can't test further because I can't read the man page. *lha-114i-r6 (31 Oct 2006) diff --git a/app-arch/lha/lha-114i-r6.ebuild b/app-arch/lha/lha-114i-r6.ebuild index 56f3542c268f..daf49b58c09b 100644 --- a/app-arch/lha/lha-114i-r6.ebuild +++ b/app-arch/lha/lha-114i-r6.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/lha/lha-114i-r6.ebuild,v 1.1 2006/10/31 16:35:02 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i-r6.ebuild,v 1.2 2006/11/02 13:00:30 fmccor Exp $ MY_P="${PN}-1.14i-ac20050924p1" DESCRIPTION="Utility for creating and opening lzh archives" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge.jp/lha/22231/${MY_P}.tar.gz" LICENSE="lha" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="" |