diff options
-rw-r--r-- | app-crypt/bcwipe/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.7_p2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog index 92aed29039ab..4685fb120a16 100644 --- a/app-crypt/bcwipe/ChangeLog +++ b/app-crypt/bcwipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/bcwipe # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.27 2008/03/21 19:15:17 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.28 2008/03/22 10:10:02 nixnut Exp $ + + 22 Mar 2008; nixnut <nixnut@gentoo.org> bcwipe-1.7_p2.ebuild: + Stable on ppc wrt bug 207547 21 Mar 2008; Ferris McCormick <fmccor@gentoo.org> bcwipe-1.7_p2.ebuild: Sparc stable, Bug #207547. Test (silently) passes. diff --git a/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild b/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild index bc31ab89059c..09a67180ae5c 100644 --- a/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild,v 1.3 2008/03/21 19:15:17 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild,v 1.4 2008/03/22 10:10:02 nixnut Exp $ inherit toolchain-funcs eutils @@ -14,7 +14,7 @@ SRC_URI="http://www.jetico.com/linux/BCWipe-${MY_PV}.tar.gz LICENSE="bestcrypt" SLOT="0" IUSE="doc" -KEYWORDS="amd64 ~ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86" DEPEND="" RDEPEND="" |