summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-20 07:44:27 +0000
committerMichał Górny <mgorny@gentoo.org>2014-08-20 07:44:27 +0000
commit420c417136788886eac87bdc30aa2dd8c07dc2bd (patch)
tree9c7e9d4eefd567b635e1709c7a045eeceb110fe5 /sys-apps/systemd
parentRemove old version (diff)
downloadgentoo-2-420c417136788886eac87bdc30aa2dd8c07dc2bd.tar.gz
gentoo-2-420c417136788886eac87bdc30aa2dd8c07dc2bd.tar.bz2
gentoo-2-420c417136788886eac87bdc30aa2dd8c07dc2bd.zip
Handle IDN dependency for resolved.
(Portage version: 2.2.11_p96/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r--sys-apps/systemd/ChangeLog5
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index 9c727a2572cb..d9b8c2fc7406 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,9 @@
# 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.302 2014/08/19 21:15:26 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.303 2014/08/20 07:44:27 mgorny Exp $
+
+ 20 Aug 2014; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Handle IDN dependency for resolved.
19 Aug 2014; William Hubbs <williamh@gentoo.org> systemd-212-r5.ebuild,
systemd-215-r3.ebuild, systemd-9999.ebuild:
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index fb7c29120499..a36cc87c9721 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.135 2014/08/19 21:15:26 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.136 2014/08/20 07:44:27 mgorny Exp $
EAPI=5
@@ -26,7 +26,7 @@ LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
SLOT="0/2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="acl audit cryptsetup curl doc elfutils +firmware-loader gcrypt gudev http
- introspection kdbus +kmod lz4 lzma pam policykit python qrcode +seccomp
+ idn introspection kdbus +kmod lz4 lzma pam policykit python qrcode +seccomp
selinux ssl test vanilla"
MINKV="3.8"
@@ -44,6 +44,7 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.20:0=
>=net-libs/libmicrohttpd-0.9.33:0=
ssl? ( >=net-libs/gnutls-3.1.4:0= )
)
+ idn? ( net-dns/libidn:0= )
introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
kmod? ( >=sys-apps/kmod-15:0= )
lz4? ( >=app-arch/lz4-0_p119:0=[${MULTILIB_USEDEP}] )
@@ -218,6 +219,7 @@ multilib_src_configure() {
$(use_enable gudev)
$(multilib_native_use_enable http microhttpd)
$(usex http $(multilib_native_use_enable ssl gnutls) --disable-gnutls)
+ $(multilib_native_use_enable idn libidn)
$(multilib_native_use_enable introspection)
$(use_enable kdbus)
$(multilib_native_use_enable kmod)