projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b447fcd
)
dev-libs/uchardet: avoid using EAPI-6-deprecated function in src_prepare
author
Ilya Tumaykin
<itumaykin@gmail.com>
Thu, 4 Feb 2016 21:35:52 +0000
(
00:35
+0300)
committer
Ilya Tumaykin
<itumaykin@gmail.com>
Thu, 4 Feb 2016 21:35:52 +0000
(
00:35
+0300)
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
patch
|
blob
|
history
diff --git
a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index 0dd07643a822c102a6a62768711587ed0633c9c7..29224ec280cd982555909118f339a78034e08618 100644
(file)
--- 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 || c
make_c
omment_add_subdirectory test
cmake-utils_src_prepare
}