diff options
author | Martin Väth <martin@mvath.de> | 2015-11-20 22:58:10 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-11-20 22:58:10 +0100 |
commit | 54e1638047d8f3c28d9824ea8141bc201a4ac98b (patch) | |
tree | 7ad61db574e9209732242a31b324d1df567021ea /sys-fs/aufs | |
parent | app-arch/archwrap: Version bump (diff) | |
download | mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.gz mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.bz2 mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.zip |
Bump to EAPI=6
Diffstat (limited to 'sys-fs/aufs')
-rw-r--r-- | sys-fs/aufs/aufs-99999999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/aufs/aufs-99999999.ebuild b/sys-fs/aufs/aufs-99999999.ebuild index f986d375..30f163f2 100644 --- a/sys-fs/aufs/aufs-99999999.ebuild +++ b/sys-fs/aufs/aufs-99999999.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 EGIT_REPO_URI="git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-standalone.git" EGIT_BRANCH="aufs3.0" -inherit eutils git-r3 linux-info +inherit git-r3 linux-info DESCRIPTION="An entirely re-designed and re-implemented Unionfs" HOMEPAGE="http://aufs.sourceforge.net/" @@ -125,7 +125,7 @@ pkg_setup() { src_prepare() { local i j w v newest all - epatch_user + eapply_user all="2.2.0 2.2.1 2.2.2 2.2.2.r1 2.9.1" newest=${all##* } v= |