diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-02-23 16:04:55 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-02-23 16:04:55 +0000 |
commit | bc9aa4a7a7076cbcba81c85cc090d6e90b7c013e (patch) | |
tree | 74cb34da594263b1da48fd9c5f541db4e4902478 /dev-util | |
parent | block only kdevelop:4 versions, bug 354273 (diff) | |
download | gentoo-2-bc9aa4a7a7076cbcba81c85cc090d6e90b7c013e.tar.gz gentoo-2-bc9aa4a7a7076cbcba81c85cc090d6e90b7c013e.tar.bz2 gentoo-2-bc9aa4a7a7076cbcba81c85cc090d6e90b7c013e.zip |
Fix typo in description.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/radare/radare-1.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/radare/radare-1.5-r2.ebuild b/dev-util/radare/radare-1.5-r2.ebuild index 294bbceead40..ed3276aaf4a3 100644 --- a/dev-util/radare/radare-1.5-r2.ebuild +++ b/dev-util/radare/radare-1.5-r2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/radare/radare-1.5-r2.ebuild,v 1.1 2011/02/23 16:00:09 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/radare/radare-1.5-r2.ebuild,v 1.2 2011/02/23 16:04:55 signals Exp $ EAPI="3" inherit base eutils -DESCRIPTION="Advanced command line hexadecimail editor and more" +DESCRIPTION="Advanced command line hexadecimal editor and more" HOMEPAGE="http://www.radare.org" SRC_URI="http://www.radare.org/get/radare-${PV}.tar.gz" |