sys-auth/pam_e4crypt/pam_e4crypt-9999.ebuild
changeset 250 dd0b4cb26d85
parent 217 cc0327602480
equal deleted inserted replaced
249:5f7e05cef088 250:dd0b4cb26d85
     1 # Copyright 1999-2017 Gentoo Foundation
     1 # Copyright 1999-2017 Gentoo Foundation
     2 # Distributed under the terms of the GNU General Public License v2
     2 # Distributed under the terms of the GNU General Public License v2
     3 
     3 
     4 EAPI=6
     4 EAPI=7
     5 
     5 
     6 CMAKE_MIN_VERSION=3.5
     6 CMAKE_MIN_VERSION=3.5
     7 EGIT_REPO_URI="https://github.com/neithernut/pam_e4crypt.git"
     7 EGIT_REPO_URI="https://github.com/neithernut/pam_e4crypt.git"
       
     8 #EGIT_COMMIT="7ffea5e692e8cb90537a194889925af35a9b0fbd"
     8 
     9 
     9 [[ ${PV} == 9999 ]] && SCM="git-r3" || SCM=""
    10 [[ ${PV} == 9999 ]] && SCM="git-r3" || SCM=""
    10 
    11 
    11 inherit ${SCM} cmake-multilib pam
    12 inherit ${SCM} cmake-multilib pam
    12 
    13 
    18 SLOT="0"
    19 SLOT="0"
    19 KEYWORDS="~amd64"
    20 KEYWORDS="~amd64"
    20 
    21 
    21 IUSE="libressl"
    22 IUSE="libressl"
    22 
    23 
    23 COMMON_DEPEND="virtual/pam
    24 COMMON_DEPEND="sys-libs/pam
    24 	sys-apps/keyutils
    25 	sys-apps/keyutils
    25 	sys-apps/util-linux
    26 	sys-apps/util-linux
    26 	libressl? ( dev-libs/libressl:0= )
    27 	libressl? ( dev-libs/libressl:0= )
    27 	!libressl? ( dev-libs/openssl:0= )"
    28 	!libressl? ( dev-libs/openssl:0= )"
    28 
    29