diff options
author | Martin Väth <martin@mvath.de> | 2012-04-18 23:02:53 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:47:38 +0200 |
commit | 095186181a3e0c9448d8af5980ab5df089caa56b (patch) | |
tree | bc1eedf5a1b49d1ca0c4509a038ab157a972dd40 /sys-fs | |
parent | eix: PROPERTIES=live. Update checksums (diff) | |
download | mv-095186181a3e0c9448d8af5980ab5df089caa56b.tar.gz mv-095186181a3e0c9448d8af5980ab5df089caa56b.tar.bz2 mv-095186181a3e0c9448d8af5980ab5df089caa56b.zip |
Fix typo: base_src_prepare
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/aufs/aufs-99999999.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/aufs/aufs-99999999.3-r1.ebuild b/sys-fs/aufs/aufs-99999999.3-r1.ebuild index d62c709e..359dad55 100644 --- a/sys-fs/aufs/aufs-99999999.3-r1.ebuild +++ b/sys-fs/aufs/aufs-99999999.3-r1.ebuild @@ -122,7 +122,7 @@ pkg_setup() { src_prepare() { local i j w v newest all - base_src_prepre + base_src_prepare all="2.2.0 2.2.1 2.2.2 2.2.2.r1" newest="${all##* }" v='' |