diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2013-12-13 10:24:16 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2013-12-13 10:24:16 +0000 |
commit | 654b5eff9e7d573b99d1906600a5a0692dcc939b (patch) | |
tree | 70da4cfcebbc55e254d5b9900695c6dc0eede6d7 /dev-libs | |
parent | Initial ebuild. (diff) | |
download | gentoo-2-654b5eff9e7d573b99d1906600a5a0692dcc939b.tar.gz gentoo-2-654b5eff9e7d573b99d1906600a5a0692dcc939b.tar.bz2 gentoo-2-654b5eff9e7d573b99d1906600a5a0692dcc939b.zip |
fix #491562 thx to Marcin Miroslaw
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/librelp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/librelp/librelp-1.1.5.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/librelp/librelp-1.2.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/librelp/ChangeLog b/dev-libs/librelp/ChangeLog index 2de3aa73922e..aae5c9a5242a 100644 --- a/dev-libs/librelp/ChangeLog +++ b/dev-libs/librelp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/librelp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/ChangeLog,v 1.24 2013/11/19 15:14:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/ChangeLog,v 1.25 2013/12/13 10:24:16 ultrabug Exp $ + + 13 Dec 2013; Ultrabug <ultrabug@gentoo.org> librelp-1.1.5.ebuild, + librelp-1.2.0.ebuild: + fix #491562 thx to Marcin Miroslaw 19 Nov 2013; Jeroen Roovers <jer@gentoo.org> librelp-1.2.0.ebuild: Stable for HPPA (bug #475882). diff --git a/dev-libs/librelp/librelp-1.1.5.ebuild b/dev-libs/librelp/librelp-1.1.5.ebuild index fcd6969fe133..566cbc04f94f 100644 --- a/dev-libs/librelp/librelp-1.1.5.ebuild +++ b/dev-libs/librelp/librelp-1.1.5.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/dev-libs/librelp/librelp-1.1.5.ebuild,v 1.1 2013/08/16 08:33:44 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-1.1.5.ebuild,v 1.2 2013/12/13 10:24:16 ultrabug Exp $ EAPI="5" @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86" IUSE="debug doc" DEPEND="" -RDEPEND="" +RDEPEND=">=net-libs/gnutls-2.12.23-r1" src_configure() { econf \ diff --git a/dev-libs/librelp/librelp-1.2.0.ebuild b/dev-libs/librelp/librelp-1.2.0.ebuild index feeb656da929..83ba5b0cdc24 100644 --- a/dev-libs/librelp/librelp-1.2.0.ebuild +++ b/dev-libs/librelp/librelp-1.2.0.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/dev-libs/librelp/librelp-1.2.0.ebuild,v 1.4 2013/11/19 15:14:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-1.2.0.ebuild,v 1.5 2013/12/13 10:24:16 ultrabug Exp $ EAPI="5" @@ -13,7 +13,7 @@ KEYWORDS="amd64 ~arm hppa ~sparc x86" IUSE="debug doc" DEPEND="" -RDEPEND="" +RDEPEND=">=net-libs/gnutls-2.12.23-r1" src_configure() { econf \ |