diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2013-03-19 00:01:49 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2013-03-19 00:01:49 +0000 |
commit | ed5de07c22fcf77a8cc46239ae413a4ba44bb6c2 (patch) | |
tree | 99c4ffc7ee92d61b3197aaa66196ea4db6038972 /sys-fs/shake | |
parent | Mask some packages that rely on multilib. (diff) | |
download | gentoo-2-ed5de07c22fcf77a8cc46239ae413a4ba44bb6c2.tar.gz gentoo-2-ed5de07c22fcf77a8cc46239ae413a4ba44bb6c2.tar.bz2 gentoo-2-ed5de07c22fcf77a8cc46239ae413a4ba44bb6c2.zip |
Use EAPI 5 to really fix bug #451768 (and #460572 at the same time)
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'sys-fs/shake')
-rw-r--r-- | sys-fs/shake/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/shake/shake-0.999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-fs/shake/ChangeLog b/sys-fs/shake/ChangeLog index 2fcd8f6c2444..1686b8cdac81 100644 --- a/sys-fs/shake/ChangeLog +++ b/sys-fs/shake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/shake # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.8 2013/01/21 12:33:10 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.9 2013/03/19 00:01:49 voyageur Exp $ + + 18 Mar 2013; Bernard Cafarelli <voyageur@gentoo.org> shake-0.999.ebuild: + Use EAPI 5 to really fix bug #451768 (and #460572 at the same time) 21 Jan 2013; Bernard Cafarelli <voyageur@gentoo.org> -shake-0.99.ebuild, shake-0.999.ebuild, +files/shake-0.999-fix_stat_include.patch: diff --git a/sys-fs/shake/shake-0.999.ebuild b/sys-fs/shake/shake-0.999.ebuild index 6d3cbdc9a205..bfdd08499464 100644 --- a/sys-fs/shake/shake-0.999.ebuild +++ b/sys-fs/shake/shake-0.999.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.2 2013/01/21 12:33:10 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.3 2013/03/19 00:01:48 voyageur Exp $ +EAPI=5 inherit cmake-utils eutils DESCRIPTION="defragmenter that runs in userspace while the system is used" |