dev-libs/beecrypt: tweak for icu-61, bug #666542
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 27 Sep 2018 21:19:00 +0000 (22:19 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 27 Sep 2018 21:20:40 +0000 (22:20 +0100)
commit46aa079fc5c778a517af846385b728a26e4dd99d
tree0e89e2d82b958977274ea403a1df7aa45428bc50
parentf7b7f1445d9a87bafbef5be59afef9929cee97ba
dev-libs/beecrypt: tweak for icu-61, bug #666542

On icu-61 built failures look like:
  include/beecrypt/c++/lang/String.h:76:17:
    error: â€˜UnicodeString’ does not name a type

ICU-61 moved all names into icu:: space.

The fix is to add 'using icu::<symbol>'.

Reported-by: Juergen Rose
Closes: https://bugs.gentoo.org/666542
Package-Manager: Portage-2.3.50, Repoman-2.3.11
dev-libs/beecrypt/beecrypt-4.2.1-r5.ebuild [new file with mode: 0644]
dev-libs/beecrypt/files/beecrypt-4.2.1-icu-61.patch [new file with mode: 0644]