diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-10 06:09:11 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-10 06:09:11 +0000 |
commit | 982d444b179bd585f906c4e01efd730f5d72f310 (patch) | |
tree | 6b54ce08c474423d2a520d048b00e1974c0aa2ab /app-arch | |
parent | Keyword ~amd64 wrt #197687. Tested on my own machine, suspending to ram works. (diff) | |
download | gentoo-2-982d444b179bd585f906c4e01efd730f5d72f310.tar.gz gentoo-2-982d444b179bd585f906c4e01efd730f5d72f310.tar.bz2 gentoo-2-982d444b179bd585f906c4e01efd730f5d72f310.zip |
Stable on amd64 wrt #198596.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lha/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/lha/lha-114i-r7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/lha/ChangeLog b/app-arch/lha/ChangeLog index f525cc598447..af65bbde2130 100644 --- a/app-arch/lha/ChangeLog +++ b/app-arch/lha/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/lha # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/ChangeLog,v 1.42 2007/11/09 21:37:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/ChangeLog,v 1.43 2007/11/10 06:09:11 drac Exp $ + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> lha-114i-r7.ebuild: + Stable on amd64 wrt #198596. 09 Nov 2007; nixnut <nixnut@gentoo.org> lha-114i-r7.ebuild: Stable on ppc wrt bug 198596 diff --git a/app-arch/lha/lha-114i-r7.ebuild b/app-arch/lha/lha-114i-r7.ebuild index 2a46e4c014d1..0a744e0c9700 100644 --- a/app-arch/lha/lha-114i-r7.ebuild +++ b/app-arch/lha/lha-114i-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i-r7.ebuild,v 1.4 2007/11/09 21:37:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i-r7.ebuild,v 1.5 2007/11/10 06:09:11 drac Exp $ inherit eutils autotools @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/22231/${MY_P}.tar.gz" LICENSE="lha" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="" |