diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-10-15 13:48:19 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-10-15 13:48:19 +0000 |
commit | cd5e235699ac7c0dfba06b04e86856cc6c638e4b (patch) | |
tree | 7fe608e6434330d6f273ff423fb71cbbbf1cd108 /app-crypt | |
parent | recommit. (diff) | |
download | gentoo-2-cd5e235699ac7c0dfba06b04e86856cc6c638e4b.tar.gz gentoo-2-cd5e235699ac7c0dfba06b04e86856cc6c638e4b.tar.bz2 gentoo-2-cd5e235699ac7c0dfba06b04e86856cc6c638e4b.zip |
Stable on ppc wrt bug 149964
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/wxchecksums/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/wxchecksums/wxchecksums-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/wxchecksums/ChangeLog b/app-crypt/wxchecksums/ChangeLog index d21f9f222d1b..9546dba88b3b 100644 --- a/app-crypt/wxchecksums/ChangeLog +++ b/app-crypt/wxchecksums/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/wxchecksums # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/wxchecksums/ChangeLog,v 1.10 2006/10/04 12:19:18 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/wxchecksums/ChangeLog,v 1.11 2006/10/15 13:48:19 nixnut Exp $ + + 15 Oct 2006; <nixnut@gentoo.org> wxchecksums-1.2.2.ebuild: + Stable on ppc wrt bug 149964 04 Oct 2006; Simon Stelling <blubb@gentoo.org> wxchecksums-1.2.0.ebuild, wxchecksums-1.2.2.ebuild: diff --git a/app-crypt/wxchecksums/wxchecksums-1.2.2.ebuild b/app-crypt/wxchecksums/wxchecksums-1.2.2.ebuild index 95c81955f313..0b534911cdb9 100644 --- a/app-crypt/wxchecksums/wxchecksums-1.2.2.ebuild +++ b/app-crypt/wxchecksums/wxchecksums-1.2.2.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-crypt/wxchecksums/wxchecksums-1.2.2.ebuild,v 1.2 2006/10/04 12:19:18 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/wxchecksums/wxchecksums-1.2.2.ebuild,v 1.3 2006/10/15 13:48:19 nixnut Exp $ inherit eutils wxwidgets @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wxchecksums/${MY_P}-src.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="doc" RDEPEND=">=x11-libs/wxGTK-2.6.1" |