diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-03-21 19:23:47 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-03-21 19:23:47 +0000 |
commit | 618187cb0a5b2b8d6c1618d29898181f23e51cef (patch) | |
tree | 5c25a355bdd22040d022dd87e097886961239bd4 /sys-boot/silo/silo-1.4.14_p20100228.ebuild | |
parent | Version bump, remove old (diff) | |
download | gentoo-2-618187cb0a5b2b8d6c1618d29898181f23e51cef.tar.gz gentoo-2-618187cb0a5b2b8d6c1618d29898181f23e51cef.tar.bz2 gentoo-2-618187cb0a5b2b8d6c1618d29898181f23e51cef.zip |
cleanup ebuild
(Portage version: 2.1.7.17/cvs/Linux ia64)
Diffstat (limited to 'sys-boot/silo/silo-1.4.14_p20100228.ebuild')
-rw-r--r-- | sys-boot/silo/silo-1.4.14_p20100228.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-boot/silo/silo-1.4.14_p20100228.ebuild b/sys-boot/silo/silo-1.4.14_p20100228.ebuild index 4355f276573b..22a295763cf0 100644 --- a/sys-boot/silo/silo-1.4.14_p20100228.ebuild +++ b/sys-boot/silo/silo-1.4.14_p20100228.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v 1.1 2010/03/21 19:21:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v 1.2 2010/03/21 19:23:47 armin76 Exp $ inherit mount-boot flag-o-matic toolchain-funcs @@ -36,14 +36,13 @@ src_unpack() { cd "${S}" # epatch "${WORKDIR}"/${MY_P/_/-}/debian/patches/*.patch -# epatch "${FILESDIR}"/sanitized-linuxheaders.patch #Set the correct version sed -i -e "s/1.4.14/1.4.14_git2010228_p1/g" Rules.make # Fix build failure sed -i -e "s/-fno-strict-aliasing/-fno-strict-aliasing -U_FORTIFY_SOURCE/g" Rules.make - + } src_compile() { @@ -71,4 +70,4 @@ pkg_postinst() { ewarn " you will need to re-run silo as the /boot/second.b" ewarn " file has changed, else the system will fail to load" ewarn " SILO at the next boot." -}
\ No newline at end of file +} |