diff options
author | 2013-12-16 08:53:50 +0000 | |
---|---|---|
committer | 2013-12-16 08:53:50 +0000 | |
commit | a8802c35e49cc25af0268530ee1a6d87140c8ac3 (patch) | |
tree | f051cbaa6ee42d2442d8d12226bb82c25d8b8e91 /sys-libs/tevent | |
parent | Version bump to 1.17.2, thanks to AW for #493812 (diff) | |
download | gentoo-2-a8802c35e49cc25af0268530ee1a6d87140c8ac3.tar.gz gentoo-2-a8802c35e49cc25af0268530ee1a6d87140c8ac3.tar.bz2 gentoo-2-a8802c35e49cc25af0268530ee1a6d87140c8ac3.zip |
Raised dependency on sys-libs/talloc to version 2.1.0 for bug #494394
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r-- | sys-libs/tevent/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog index 319d08a9c608..e5c68018d463 100644 --- a/sys-libs/tevent/ChangeLog +++ b/sys-libs/tevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tevent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.54 2013/12/13 14:05:23 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.55 2013/12/16 08:53:50 polynomial-c Exp $ + + 16 Dec 2013; Lars Wendler <polynomial-c@gentoo.org> tevent-0.9.20.ebuild: + Raised dependency on sys-libs/talloc to version 2.1.0 for bug #494394. *tevent-0.9.20 (13 Dec 2013) diff --git a/sys-libs/tevent/tevent-0.9.20.ebuild b/sys-libs/tevent/tevent-0.9.20.ebuild index 2b0160d92631..8757102572cc 100644 --- a/sys-libs/tevent/tevent-0.9.20.ebuild +++ b/sys-libs/tevent/tevent-0.9.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.20.ebuild,v 1.1 2013/12/13 14:05:23 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.20.ebuild,v 1.2 2013/12/16 08:53:50 polynomial-c Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="" -RDEPEND=">=sys-libs/talloc-2.0.8[python] +RDEPEND=">=sys-libs/talloc-2.1.0[python] ${PYTHON_DEPS}" DEPEND="${RDEPEND} |