diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-30 09:40:40 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-30 09:43:21 +0100 |
commit | 7232edeb008162f5c5e52eeadf0950373820dccd (patch) | |
tree | 6c3be692030a2987f195f594b73f9974f253743f /sys-auth/pam-csync | |
parent | mail-mta/postfix: version bump to 3.2_pre20170129 (diff) | |
download | gentoo-7232edeb008162f5c5e52eeadf0950373820dccd.tar.gz gentoo-7232edeb008162f5c5e52eeadf0950373820dccd.tar.bz2 gentoo-7232edeb008162f5c5e52eeadf0950373820dccd.zip |
sys-auth/pam-csync: EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-auth/pam-csync')
-rw-r--r-- | sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch | 8 | ||||
-rw-r--r-- | sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch b/sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch index 117a2b0db26f..d0c5ff99955a 100644 --- a/sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch +++ b/sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch @@ -1,7 +1,7 @@ Since 0.60.0, upstream renamed to "ocsync". ---- cmake/Modules/FindCSYNC.cmake -+++ cmake/Modules/FindCSYNC.cmake +--- a/cmake/Modules/FindCSYNC.cmake ++++ b/cmake/Modules/FindCSYNC.cmake @@ -20,7 +20,7 @@ else (CSYNC_LIBRARIES AND CSYNC_INCLUDE_DIRS) find_path(CSYNC_INCLUDE_DIR @@ -20,8 +20,8 @@ Since 0.60.0, upstream renamed to "ocsync". PATHS /usr/lib /usr/local/lib ---- src/pam_csync.c -+++ src/pam_csync.c +--- a/src/pam_csync.c ++++ b/src/pam_csync.c @@ -50,7 +50,7 @@ #include <security/pam_modutil.h> #include <security/pam_ext.h> diff --git a/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild b/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild index b0e795cffa24..fc66ded5261a 100644 --- a/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild +++ b/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 inherit cmake-utils |