diff options
author | Michael Weber <xmw@gentoo.org> | 2012-06-11 07:44:41 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-06-11 07:44:41 +0000 |
commit | 3bc1fde7a488d2480ceb320c6fc2e966dc83f01d (patch) | |
tree | fa2337139d8e2bd9b528ff63cd4328863819df97 /app-misc | |
parent | ppc stable (bug 369587) (diff) | |
download | gentoo-2-3bc1fde7a488d2480ceb320c6fc2e966dc83f01d.tar.gz gentoo-2-3bc1fde7a488d2480ceb320c6fc2e966dc83f01d.tar.bz2 gentoo-2-3bc1fde7a488d2480ceb320c6fc2e966dc83f01d.zip |
ppc stable (bug 418623)
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/wipe/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/wipe/wipe-2.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/wipe/ChangeLog b/app-misc/wipe/ChangeLog index 8a57bdf73aa4..14a89566fd88 100644 --- a/app-misc/wipe/ChangeLog +++ b/app-misc/wipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/wipe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/ChangeLog,v 1.28 2012/06/08 11:57:22 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/ChangeLog,v 1.29 2012/06/11 07:44:41 xmw Exp $ + + 11 Jun 2012; Michael Weber <xmw@gentoo.org> wipe-2.3.1.ebuild: + ppc stable (bug 418623) 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> wipe-2.3.1.ebuild: x86 stable wrt bug #418623 diff --git a/app-misc/wipe/wipe-2.3.1.ebuild b/app-misc/wipe/wipe-2.3.1.ebuild index 970926058a94..a994479e2cab 100644 --- a/app-misc/wipe/wipe-2.3.1.ebuild +++ b/app-misc/wipe/wipe-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/wipe-2.3.1.ebuild,v 1.4 2012/06/08 11:57:22 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/wipe-2.3.1.ebuild,v 1.5 2012/06/11 07:44:41 xmw Exp $ EAPI=3 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wipe/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="!sys-cluster/lam-mpi" |