commit: 78f09609f0f81fa0bb2e83cc0dba2346ada2d975
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Thu Feb 4 21:35:52 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 21:35:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f09609
dev-libs/uchardet: avoid using EAPI-6-deprecated function in src_prepare
cmake_comment_add_subdirectory is EAPI-6-compatible,
while comment_add_subdirectory is not.
Currently both these functions do the same and
this is a ditto change, thus no revbump.
Package-Manager: portage-2.2.27
dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index 0dd0764..29224ec 100644
--- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
+++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
@@ -22,7 +22,7 @@ PATCHES=(
)
src_prepare() {
- use test || comment_add_subdirectory test
+ use test || cmake_comment_add_subdirectory test
cmake-utils_src_prepare
}