diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-10-04 12:18:01 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-10-04 12:18:01 +0000 |
commit | 32877d3085d5cfa487fa9ee9c7e0e9eb898684c3 (patch) | |
tree | 601cda204e8178a1259254fc3db5380b24dd761d /app-crypt | |
parent | stable on amd64 (diff) | |
download | gentoo-2-32877d3085d5cfa487fa9ee9c7e0e9eb898684c3.tar.gz gentoo-2-32877d3085d5cfa487fa9ee9c7e0e9eb898684c3.tar.bz2 gentoo-2-32877d3085d5cfa487fa9ee9c7e0e9eb898684c3.zip |
marked ~amd64
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/wxchecksums/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/wxchecksums/wxchecksums-1.2.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-crypt/wxchecksums/ChangeLog b/app-crypt/wxchecksums/ChangeLog index cda8c0679e3d..8178f4e59612 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.8 2006/10/03 14:52:12 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/wxchecksums/ChangeLog,v 1.9 2006/10/04 12:18:01 blubb Exp $ + + 04 Oct 2006; Simon Stelling <blubb@gentoo.org> wxchecksums-1.2.0.ebuild: + marked ~amd64 *wxchecksums-1.2.2 (03 Oct 2006) diff --git a/app-crypt/wxchecksums/wxchecksums-1.2.0.ebuild b/app-crypt/wxchecksums/wxchecksums-1.2.0.ebuild index 827de7c0e68c..5518c01f70dc 100644 --- a/app-crypt/wxchecksums/wxchecksums-1.2.0.ebuild +++ b/app-crypt/wxchecksums/wxchecksums-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.0.ebuild,v 1.3 2005/01/01 12:39:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/wxchecksums/wxchecksums-1.2.0.ebuild,v 1.4 2006/10/04 12:18:01 blubb Exp $ MY_P="wxChecksums-${PV}" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/wxchecksums/${MY_P}-src.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" RDEPEND="<x11-libs/wxGTK-2.5" |