diff options
author | Jason Wever <weeve@gentoo.org> | 2006-04-19 03:55:10 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-04-19 03:55:10 +0000 |
commit | 25fea1aba985ddfc2b19282a50c549075d4ae2a1 (patch) | |
tree | 3fd0769c87b562c86562b22ea522a56ce5c6b401 /app-crypt | |
parent | dont allow enewuser/enewgroup in src_* functions #124680 (diff) | |
download | gentoo-2-25fea1aba985ddfc2b19282a50c549075d4ae2a1.tar.gz gentoo-2-25fea1aba985ddfc2b19282a50c549075d4ae2a1.tar.bz2 gentoo-2-25fea1aba985ddfc2b19282a50c549075d4ae2a1.zip |
Stable on SPARC.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bcwipe/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.5_p3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog index a6a2c986d91f..5b90c6f47e9c 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.15 2005/11/01 20:27:35 nelchael Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.16 2006/04/19 03:55:10 weeve Exp $ + + 19 Apr 2006; Jason Wever <weeve@gentoo.org> bcwipe-1.5_p3.ebuild: + Stable on SPARC. 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> bcwipe-1.5_p3.ebuild: Stable on x86. Bug 111163. diff --git a/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild b/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild index 595d760741d6..6795ac90aa85 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 +# Copyright 1999-2006 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.4 2005/11/01 20:27:35 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild,v 1.5 2006/04/19 03:55:10 weeve 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="" |