diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-28 13:22:02 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-28 13:22:02 +0000 |
commit | ac44865000ed0b3b0af1aa5b4825a235c18d99ab (patch) | |
tree | 3711f24a635f5221ec31ec81b89994236ad0247e /sys-auth | |
parent | Raise the dep over iniparser. (diff) | |
download | gentoo-2-ac44865000ed0b3b0af1aa5b4825a235c18d99ab.tar.gz gentoo-2-ac44865000ed0b3b0af1aa5b4825a235c18d99ab.tar.bz2 gentoo-2-ac44865000ed0b3b0af1aa5b4825a235c18d99ab.zip |
Raise the dep over iniparser to be same as on csync.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-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 " |