diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:46:40 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:46:40 +0000 |
commit | b872ee96fa5082193052a869137fa5839719d6d7 (patch) | |
tree | ba8deb6f5a5254da63c03df7cfd9c57dc07d6e77 /sys-apps/systemd/systemd-212-r5.ebuild | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | historical-b872ee96fa5082193052a869137fa5839719d6d7.tar.gz historical-b872ee96fa5082193052a869137fa5839719d6d7.tar.bz2 historical-b872ee96fa5082193052a869137fa5839719d6d7.zip |
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'sys-apps/systemd/systemd-212-r5.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-212-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/systemd/systemd-212-r5.ebuild b/sys-apps/systemd/systemd-212-r5.ebuild index 611859135e47..fa2ffe6b61e5 100644 --- a/sys-apps/systemd/systemd-212-r5.ebuild +++ b/sys-apps/systemd/systemd-212-r5.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-r5.ebuild,v 1.2 2014/05/31 17:46:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild,v 1.3 2014/06/18 20:46:26 mgorny Exp $ EAPI=5 @@ -31,14 +31,14 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.20:0= audit? ( >=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= ) - gudev? ( dev-libs/glib:2=[${MULTILIB_USEDEP}] ) + gudev? ( >=dev-libs/glib-2.38.2-r1:2=[${MULTILIB_USEDEP}] ) http? ( >=net-libs/libmicrohttpd-0.9.33:0= ssl? ( >=net-libs/gnutls-3.1.4:0= ) ) introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= ) kmod? ( >=sys-apps/kmod-15:0= ) - lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] ) pam? ( virtual/pam:= ) python? ( ${PYTHON_DEPS} ) qrcode? ( media-gfx/qrencode:0= ) |