diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-04-28 02:17:02 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-04-28 02:17:02 +0000 |
commit | 7bfe9ee5f29b81c0320dc280649896247db5e8d0 (patch) | |
tree | 676fe5ad15876987cb8b1872587349ef7dcb8744 /app-crypt/oclhashcat-plus-bin | |
parent | powertop 1.x has been staying around longer than I orginally thought, fixing ... (diff) | |
download | gentoo-2-7bfe9ee5f29b81c0320dc280649896247db5e8d0.tar.gz gentoo-2-7bfe9ee5f29b81c0320dc280649896247db5e8d0.tar.bz2 gentoo-2-7bfe9ee5f29b81c0320dc280649896247db5e8d0.zip |
typo fix
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'app-crypt/oclhashcat-plus-bin')
-rw-r--r-- | app-crypt/oclhashcat-plus-bin/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/oclhashcat-plus-bin/ChangeLog b/app-crypt/oclhashcat-plus-bin/ChangeLog index d16c01279083..7560f4c5b300 100644 --- a/app-crypt/oclhashcat-plus-bin/ChangeLog +++ b/app-crypt/oclhashcat-plus-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/oclhashcat-plus-bin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/ChangeLog,v 1.9 2013/04/23 02:36:58 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/ChangeLog,v 1.10 2013/04/28 02:17:02 zerochaos Exp $ + + 28 Apr 2013; Rick Farina <zerochaos@gentoo.org> + oclhashcat-plus-bin-0.14.ebuild: + typo fix *oclhashcat-plus-bin-0.14 (23 Apr 2013) diff --git a/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.14.ebuild b/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.14.ebuild index e5f7deed5844..d3ef58e639b7 100644 --- a/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.14.ebuild +++ b/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.14.ebuild,v 1.1 2013/04/23 02:36:57 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.14.ebuild,v 1.2 2013/04/28 02:17:02 zerochaos Exp $ EAPI=5 @@ -37,7 +37,7 @@ src_test() { if use video_cards_nvidia; then if [ ! -w /dev/nvidia0 ]; then einfo "To run these tests, portage likely must be in the video group." - einfo "Please run \"passwd -a portage video\" if the tests will fail" + einfo "Please run \"gpasswd -a portage video\" if the tests will fail" fi ./cudaExample0.sh || die ./cudaExample400.sh || die |