mgorny      14/08/20 07:44:27

  Modified:             systemd-9999.ebuild ChangeLog
  Log:
  Handle IDN dependency for resolved.
  
  (Portage version: 2.2.11_p96/cvs/Linux x86_64, signed Manifest commit with 
key EFB4464E!)

Revision  Changes    Path
1.136                sys-apps/systemd/systemd-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.136&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.136&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.135&r2=1.136

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- systemd-9999.ebuild 19 Aug 2014 21:15:26 -0000      1.135
+++ systemd-9999.ebuild 20 Aug 2014 07:44:27 -0000      1.136
@@ -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 @@
 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 @@
                >=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 @@
                $(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)



1.303                sys-apps/systemd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.303&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.303&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.302&r2=1.303

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -r1.302 -r1.303
--- ChangeLog   19 Aug 2014 21:15:26 -0000      1.302
+++ ChangeLog   20 Aug 2014 07:44:27 -0000      1.303
@@ -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 <mgo...@gentoo.org> systemd-9999.ebuild:
+  Handle IDN dependency for resolved.
 
   19 Aug 2014; William Hubbs <willi...@gentoo.org> systemd-212-r5.ebuild,
   systemd-215-r3.ebuild, systemd-9999.ebuild:




Reply via email to