diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-10-17 05:09:36 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-10-17 05:09:36 +0000 |
commit | 0456188ee3634a716a537e2039ec9b65c6e6e941 (patch) | |
tree | 74a93c72df6f7801be989f190293d0875c5712e3 /app-crypt/bcwipe | |
parent | Marked ~ppc for bug #108081. (diff) | |
download | gentoo-2-0456188ee3634a716a537e2039ec9b65c6e6e941.tar.gz gentoo-2-0456188ee3634a716a537e2039ec9b65c6e6e941.tar.bz2 gentoo-2-0456188ee3634a716a537e2039ec9b65c6e6e941.zip |
Marked ppc stable for bug #108171.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'app-crypt/bcwipe')
-rw-r--r-- | app-crypt/bcwipe/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.5_p3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog index 62b60489e831..285718b62771 100644 --- a/app-crypt/bcwipe/ChangeLog +++ b/app-crypt/bcwipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/bcwipe # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.13 2005/07/30 20:53:12 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.14 2005/10/17 05:09:36 josejx Exp $ + + 17 Oct 2005; Joseph Jezak <josejx@gentoo.org> bcwipe-1.5_p3.ebuild: + Marked ppc stable for bug #108171. 30 Jul 2005; Simon Stelling <blubb@gentoo.org> bcwipe-1.5_p2.ebuild, bcwipe-1.5_p3.ebuild: diff --git a/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild b/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild index 340425b97775..f79e6227bac4 100644 --- a/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild,v 1.2 2005/07/30 20:53:12 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild,v 1.3 2005/10/17 05:09:36 josejx Exp $ inherit toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz LICENSE="bestcrypt" SLOT="0" IUSE="" -KEYWORDS="amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ppc ~sparc ~x86" DEPEND="virtual/libc" RDEPEND="" |