diff options
author | 2008-03-21 19:15:17 +0000 | |
---|---|---|
committer | 2008-03-21 19:15:17 +0000 | |
commit | 0f644a06cef67064457471de48f63e6c4824019f (patch) | |
tree | b2cd09d31ad41ac489bc6123845ae398acbb4fc6 /app-crypt | |
parent | Version bump. (diff) | |
download | gentoo-2-0f644a06cef67064457471de48f63e6c4824019f.tar.gz gentoo-2-0f644a06cef67064457471de48f63e6c4824019f.tar.bz2 gentoo-2-0f644a06cef67064457471de48f63e6c4824019f.zip |
Sparc stable, Bug #207547. Test (silently) passes.
(Portage version: 2.2_pre5)
Diffstat (limited to 'app-crypt')
-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 f1a6d78f510f..92aed29039ab 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.26 2008/03/21 18:10:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.27 2008/03/21 19:15:17 fmccor Exp $ + + 21 Mar 2008; Ferris McCormick <fmccor@gentoo.org> bcwipe-1.7_p2.ebuild: + Sparc stable, Bug #207547. Test (silently) passes. 21 Mar 2008; Markus Meier <maekke@gentoo.org> bcwipe-1.7_p2.ebuild: amd64/x86 stable, bug #207547 diff --git a/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild b/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild index c1046ed515c9..bc31ab89059c 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.2 2008/03/21 18:10:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild,v 1.3 2008/03/21 19:15:17 fmccor 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="" |