diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-28 18:16:31 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-28 18:16:31 +0000 |
commit | 6a78d92b2f8f780e1c2a88f4cddb9b2e5b206a84 (patch) | |
tree | e032bc218e943334d47fb2dbdb830474fd6415d9 /sys-apps | |
parent | Version bumps. Ebuilds by Arfrever. Remove old. (diff) | |
download | gentoo-2-6a78d92b2f8f780e1c2a88f4cddb9b2e5b206a84.tar.gz gentoo-2-6a78d92b2f8f780e1c2a88f4cddb9b2e5b206a84.tar.bz2 gentoo-2-6a78d92b2f8f780e1c2a88f4cddb9b2e5b206a84.zip |
Fix gnutls dep wrt bug #506060.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-212.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index d001ff082459..acb7c5e96fe5 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.241 2014/03/27 13:55:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.242 2014/03/28 18:16:31 mgorny Exp $ + + 28 Mar 2014; Michał Górny <mgorny@gentoo.org> systemd-212.ebuild, + systemd-9999.ebuild: + Fix gnutls dep wrt bug #506060. *systemd-212 (27 Mar 2014) diff --git a/sys-apps/systemd/systemd-212.ebuild b/sys-apps/systemd/systemd-212.ebuild index 315e37e18f3b..c57def6ffc8f 100644 --- a/sys-apps/systemd/systemd-212.ebuild +++ b/sys-apps/systemd/systemd-212.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v 1.1 2014/03/27 13:55:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v 1.2 2014/03/28 18:16:31 mgorny Exp $ EAPI=5 @@ -39,7 +39,7 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.20:0= qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) - ssl? ( net-libs/gnutls:0= ) + ssl? ( >=net-libs/gnutls-3.1.4:0= ) xattr? ( sys-apps/attr:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index efdc5dd9fb53..56175fd0c214 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.101 2014/03/24 19:33:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.102 2014/03/28 18:16:31 mgorny Exp $ EAPI=5 @@ -47,7 +47,7 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.20:0= qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) - ssl? ( net-libs/gnutls:0= ) + ssl? ( >=net-libs/gnutls-3.1.4:0= ) xattr? ( sys-apps/attr:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" |