commit:     e34730b5bd1208288b9c86a3942a008c30e8bc01
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 14:18:25 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 14:20:55 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34730b5

app-crypt/heimdal: Use slot operators for ncurses

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-crypt/heimdal/heimdal-1.5.3-r2.ebuild |  2 +-
 app-crypt/heimdal/metadata.xml            | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild 
b/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild
index 21853f9..4c2d107 100644
--- a/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild
+++ b/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild
@@ -24,7 +24,7 @@ CDEPEND="ssl? ( 
>=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
        caps? ( sys-libs/libcap-ng )
        >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
        >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}]
-       sys-libs/ncurses
+       sys-libs/ncurses:5=
        >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}]
        afs? ( net-fs/openafs )
        hdb-ldap? ( >=net-nds/openldap-2.3.0 )

diff --git a/app-crypt/heimdal/metadata.xml b/app-crypt/heimdal/metadata.xml
index 4fcd8e4..a8ae673 100644
--- a/app-crypt/heimdal/metadata.xml
+++ b/app-crypt/heimdal/metadata.xml
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<herd>kerberos</herd>
-<longdescription>Kerberos 5 implementation from KTH</longdescription>
-<use>
-       <flag name='otp'>
+       <herd>kerberos</herd>
+       <longdescription>Kerberos 5 implementation from KTH</longdescription>
+       <use>
+               <flag name="otp">
                Adds support for one-time passwords
        </flag>
-       <flag name='pkinit'>
+               <flag name="pkinit">
                Adds support for PKINIT for the initial ticket
        </flag>
-       <flag name='hdb-ldap'>
+               <flag name="hdb-ldap">
                Adds support for LDAP as a database backend
        </flag>
-</use>
+       </use>
 </pkgmetadata>

Reply via email to