diff options
author | 2012-05-24 05:12:20 +0000 | |
---|---|---|
committer | 2012-05-24 05:12:20 +0000 | |
commit | 958d193a0409646c1c402b5ea1bc069f0c252891 (patch) | |
tree | 5010ea05036493463a3ad10af3f14cbd1970824c /sys-boot/silo | |
parent | Inherit user for enewuser/etc... rather than eutils. (diff) | |
download | gentoo-2-958d193a0409646c1c402b5ea1bc069f0c252891.tar.gz gentoo-2-958d193a0409646c1c402b5ea1bc069f0c252891.tar.bz2 gentoo-2-958d193a0409646c1c402b5ea1bc069f0c252891.zip |
Inherit eutils for epatch.
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/silo')
-rw-r--r-- | sys-boot/silo/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.14_p20100228.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-boot/silo/ChangeLog b/sys-boot/silo/ChangeLog index fbf074c28d27..d8c2c5e37104 100644 --- a/sys-boot/silo/ChangeLog +++ b/sys-boot/silo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/silo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.47 2011/04/02 12:02:49 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.48 2012/05/24 05:12:20 vapier Exp $ + + 24 May 2012; Mike Frysinger <vapier@gentoo.org> silo-1.4.14_p20100228.ebuild: + Inherit eutils for epatch. 02 Apr 2011; Raúl Porcel <armin76@gentoo.org> silo-1.4.14_p20100228.ebuild: Remove PROVIDE line for bug #359971 diff --git a/sys-boot/silo/silo-1.4.14_p20100228.ebuild b/sys-boot/silo/silo-1.4.14_p20100228.ebuild index ec09fea8a30c..0b0355dbb433 100644 --- a/sys-boot/silo/silo-1.4.14_p20100228.ebuild +++ b/sys-boot/silo/silo-1.4.14_p20100228.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.5 2011/04/02 12:02:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v 1.6 2012/05/24 05:12:20 vapier Exp $ -inherit mount-boot flag-o-matic toolchain-funcs +inherit mount-boot flag-o-matic toolchain-funcs eutils DEB_PL="1" MY_PV="${PV##*_p}" |