diff options
-rw-r--r-- | sys-auth/pam-csync/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam-csync/pam-csync-0.42.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam-csync/ChangeLog b/sys-auth/pam-csync/ChangeLog index ac89abec0a4d..fb44c27b0d41 100644 --- a/sys-auth/pam-csync/ChangeLog +++ b/sys-auth/pam-csync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam-csync # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/ChangeLog,v 1.1 2012/08/28 12:38:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/ChangeLog,v 1.2 2012/08/28 13:22:02 scarabeus Exp $ + + 28 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> pam-csync-0.42.0.ebuild: + Raise the dep over iniparser to be same as on csync. *pam-csync-0.42.0 (28 Aug 2012) diff --git a/sys-auth/pam-csync/pam-csync-0.42.0.ebuild b/sys-auth/pam-csync/pam-csync-0.42.0.ebuild index 4bbb45d0efdf..6adeac515fe9 100644 --- a/sys-auth/pam-csync/pam-csync-0.42.0.ebuild +++ b/sys-auth/pam-csync/pam-csync-0.42.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/pam-csync-0.42.0.ebuild,v 1.1 2012/08/28 12:38:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/pam-csync-0.42.0.ebuild,v 1.2 2012/08/28 13:22:02 scarabeus Exp $ EAPI=4 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - dev-libs/iniparser + >=dev-libs/iniparser-3.1 net-misc/csync virtual/pam " |