Skip to content

Commit

Permalink
app-crypt/heimdal: Use slot operators for ncurses
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Aug 16, 2015
1 parent 0cb200c commit e34730b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app-crypt/heimdal/heimdal-1.5.3-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
14 changes: 7 additions & 7 deletions app-crypt/heimdal/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit e34730b

Please sign in to comment.