Magellan Linux

Diff of /trunk/core/cryptsetup/cryptsetup-2.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30630 by niro, Thu Feb 8 09:03:41 2018 UTC revision 30637 by niro, Thu Feb 8 09:53:16 2018 UTC
# Line 15  DEPEND=">= sys-fs/device-mapper-2.02 Line 15  DEPEND=">= sys-fs/device-mapper-2.02
15   >= dev-libs/popt-1.16   >= dev-libs/popt-1.16
16   >= sys-fs/udev-237   >= sys-fs/udev-237
17   >= sys-fs/e2fsprogs-1.42   >= sys-fs/e2fsprogs-1.42
18   >= sys-libs/libuuid-2.31"   >= sys-libs/libuuid-2.31
19     >= dev-libs/json-c-0.12
20     >= app-crypt/argon2-2017"
21    
22  SDEPEND=">= sys-dev/automake-4  SDEPEND=">= sys-dev/automake-4
23   >= sys-dev/autoconf-5"   >= sys-dev/autoconf-5"
# Line 35  UP2DATE="updatecmd -listonly http://gitl Line 37  UP2DATE="updatecmd -listonly http://gitl
37    
38  src_compile()  src_compile()
39  {  {
40   mconfigure --enable-nls --enable-cryptsetup-reencrypt --disable-selinux || die   mconfigure --enable-nls --enable-libargon2 --enable-cryptsetup-reencrypt || die
41   mmake || die   mmake || die
42  }  }

Legend:
Removed from v.30630  
changed lines
  Added in v.30637