diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-10-30 22:30:51 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-10-30 22:30:51 +0000 |
commit | e9ec06ffebb987e8a986dbe44b9d185299253ac0 (patch) | |
tree | f05c16ad1c6b2b18c588ae24e76002a901922d61 /dev-util/perf | |
parent | Bump to version 2.6.32_rc5 already, add support for patching in an RC version. (diff) | |
download | gentoo-2-e9ec06ffebb987e8a986dbe44b9d185299253ac0.tar.gz gentoo-2-e9ec06ffebb987e8a986dbe44b9d185299253ac0.tar.bz2 gentoo-2-e9ec06ffebb987e8a986dbe44b9d185299253ac0.zip |
Kill blank line.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/perf')
-rw-r--r-- | dev-util/perf/perf-2.6.32_rc5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/perf/perf-2.6.32_rc5.ebuild b/dev-util/perf/perf-2.6.32_rc5.ebuild index d9817855f368..0016a26ab2a1 100644 --- a/dev-util/perf/perf-2.6.32_rc5.ebuild +++ b/dev-util/perf/perf-2.6.32_rc5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-2.6.32_rc5.ebuild,v 1.1 2009/10/30 22:18:21 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-2.6.32_rc5.ebuild,v 1.2 2009/10/30 22:30:51 flameeyes Exp $ EAPI=2 @@ -9,7 +9,6 @@ inherit versionator eutils toolchain-funcs linux-info MY_PV="${PV/_/-}" MY_PV="${MY_PV/-pre/-git}" - DESCRIPTION="Userland tools for Linux Performance Counters" HOMEPAGE="http://perf.wiki.kernel.org/" |