diff options
author | 2009-05-08 23:17:46 +0000 | |
---|---|---|
committer | 2009-05-08 23:17:46 +0000 | |
commit | e6b1ff796302831ae03bbb565a731b453eeffceb (patch) | |
tree | d8751c35933908b7b0c0a5c59abc441058bfaeec /sys-apps/flashrom/flashrom-0.9.0.ebuild | |
parent | Version bump. (diff) | |
download | historical-e6b1ff796302831ae03bbb565a731b453eeffceb.tar.gz historical-e6b1ff796302831ae03bbb565a731b453eeffceb.tar.bz2 historical-e6b1ff796302831ae03bbb565a731b453eeffceb.zip |
Fix homepage, pointed out by Anton Bolshakov
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'sys-apps/flashrom/flashrom-0.9.0.ebuild')
-rw-r--r-- | sys-apps/flashrom/flashrom-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/flashrom/flashrom-0.9.0.ebuild b/sys-apps/flashrom/flashrom-0.9.0.ebuild index b537f1513b1a..d043694c7aab 100644 --- a/sys-apps/flashrom/flashrom-0.9.0.ebuild +++ b/sys-apps/flashrom/flashrom-0.9.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/flashrom/flashrom-0.9.0.ebuild,v 1.1 2009/05/05 22:46:55 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/flashrom/flashrom-0.9.0.ebuild,v 1.2 2009/05/08 23:17:46 leio Exp $ EAPI=2 inherit eutils toolchain-funcs DESCRIPTION="Utility for reading, writing, erasing and verifying flash ROM chips." -HOMEPAGE="http://www.coreboot.org/Flashrom/" +HOMEPAGE="http://www.coreboot.org/Flashrom" SRC_URI="http://qa.coreboot.org/releases/${P}.tar.bz2" LICENSE="GPL-2" |