diff options
author | 2012-08-05 15:33:41 +0000 | |
---|---|---|
committer | 2012-08-05 15:33:41 +0000 | |
commit | b4c0e9794570a883b922c055f29676398f375ca5 (patch) | |
tree | 9371bad4ea141f887591ff35ee6169ae8364a261 /dev-embedded/u-boot-tools/u-boot-tools-2011.12.ebuild | |
parent | Stable for HPPA (bug #428926). (diff) | |
download | historical-b4c0e9794570a883b922c055f29676398f375ca5.tar.gz historical-b4c0e9794570a883b922c055f29676398f375ca5.tar.bz2 historical-b4c0e9794570a883b922c055f29676398f375ca5.zip |
arm stable, bug #418675
Package-Manager: portage-2.1.11.9/cvs/Linux i686
Diffstat (limited to 'dev-embedded/u-boot-tools/u-boot-tools-2011.12.ebuild')
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2011.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2011.12.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2011.12.ebuild index 40f6426f041b..7c9814e64e2a 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2011.12.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2011.12.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-2011.12.ebuild,v 1.2 2012/08/03 11:37:38 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2011.12.ebuild,v 1.3 2012/08/05 15:33:41 maekke Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 arm ~x86" IUSE="" S=${WORKDIR}/${MY_P} |