ecryptfs-utils: rebuild to have corrected shlib-provides; lib32disabled=yes.
This commit is contained in:
parent
763dfe6ad4
commit
aa42210fac
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'ecryptfs-utils'
|
||||
pkgname=ecryptfs-utils
|
||||
version=101
|
||||
revision=3
|
||||
revision=4
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pamdir=/usr/lib/security --enable-gpg --enable-gui
|
||||
--with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
|
||||
|
@ -55,6 +56,7 @@ libecryptfs-devel_package() {
|
|||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
||||
ecryptfs-utils-python_package() {
|
||||
lib32disabled=yes
|
||||
depends="python"
|
||||
short_desc="ecryptfs cryptographic filesystem (python binding)"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue