diff options
author | 2012-11-09 21:56:03 +0000 | |
---|---|---|
committer | 2012-11-09 21:56:03 +0000 | |
commit | f824e4dab4dc798ff4c00cf2d2595b1f8502c106 (patch) | |
tree | ed068a16149f511ee22e4174fe2e2751a8eb984d /dev-embedded/u-boot-tools | |
parent | Version bump. Bug #437576 (diff) | |
download | gentoo-2-f824e4dab4dc798ff4c00cf2d2595b1f8502c106.tar.gz gentoo-2-f824e4dab4dc798ff4c00cf2d2595b1f8502c106.tar.bz2 gentoo-2-f824e4dab4dc798ff4c00cf2d2595b1f8502c106.zip |
Fix typo in comment
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Diffstat (limited to 'dev-embedded/u-boot-tools')
-rw-r--r-- | dev-embedded/u-boot-tools/ChangeLog | 6 | ||||
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-embedded/u-boot-tools/ChangeLog b/dev-embedded/u-boot-tools/ChangeLog index 97a77cb2cf91..923180086238 100644 --- a/dev-embedded/u-boot-tools/ChangeLog +++ b/dev-embedded/u-boot-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-embedded/u-boot-tools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.27 2012/11/09 21:53:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.28 2012/11/09 21:56:03 hwoarang Exp $ + + 09 Nov 2012; Markos Chandras <hwoarang@gentoo.org> + u-boot-tools-2012.10.ebuild: + Fix typo in comment *u-boot-tools-2012.10 (09 Nov 2012) diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild index 7fa49aa362cf..73b98dabf070 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild,v 1.1 2012/11/09 21:53:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild,v 1.2 2012/11/09 21:56:03 hwoarang Exp $ EAPI="4" @@ -29,7 +29,7 @@ src_prepare() { ewarn "A image.h header is installed in /usr/include/" ewarn "Fixing u-boot files to use the local image.h header" # FIXME: HACK. media-libs/lensfun installs image.h - # Copy local image.h to tools/ and common.h directory + # Copy local image.h to tools/ and common/ directory cp include/image.h common/image.h || die cp include/image.h tools/image.h || die sed -i -e "s:<image.h>:\"image.h\":" common/image.c || die |