diff options
author | Jason Wever <weeve@gentoo.org> | 2005-01-01 04:06:53 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-01-01 04:06:53 +0000 |
commit | 0cc6e37474b3e6e1df24dec7a68b9341feed95ee (patch) | |
tree | 221ae9ce42c4ecd28a3baecd3b7f4fd2a9030757 /app-crypt/bcwipe | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-0cc6e37474b3e6e1df24dec7a68b9341feed95ee.tar.gz gentoo-2-0cc6e37474b3e6e1df24dec7a68b9341feed95ee.tar.bz2 gentoo-2-0cc6e37474b3e6e1df24dec7a68b9341feed95ee.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-crypt/bcwipe')
-rw-r--r-- | app-crypt/bcwipe/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.5_p2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog index c2874e46fac9..54c9963536e1 100644 --- a/app-crypt/bcwipe/ChangeLog +++ b/app-crypt/bcwipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/bcwipe # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.9 2004/09/04 14:17:08 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.10 2005/01/01 04:06:53 weeve Exp $ + + 31 Dec 2004; Jason Wever <weeve@gentoo.org> bcwipe-1.5_p2.ebuild: + Added ~sparc keyword. 04 Sep 2004; Tom Martin <slarti@gentoo.org> bcwipe-1.5_p2.ebuild: Marked ~amd64 diff --git a/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild b/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild index af1d7fd3cf77..cb89c73952c6 100644 --- a/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild,v 1.5 2004/09/04 14:17:08 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild,v 1.6 2005/01/01 04:06:53 weeve Exp $ DESCRIPTION="BCWipe secure file removal utility" HOMEPAGE="http://www.jetico.com/" @@ -10,7 +10,7 @@ SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tgz LICENSE="bestcrypt" SLOT="0" IUSE="" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc" DEPEND="virtual/libc" RDEPEND="" |