diff options
Diffstat (limited to 'sys-apps/thunderbolt-software-user-space')
-rw-r--r-- | sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3-r1.ebuild b/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3-r1.ebuild index a1d2016e4d4d..96a4641a9fb3 100644 --- a/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3-r1.ebuild +++ b/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils linux-info +inherit cmake linux-info DESCRIPTION="Thunderbolt(TM) user-space components" HOMEPAGE="https://github.com/intel/thunderbolt-software-user-space" @@ -30,11 +30,11 @@ pkg_pretend() { } src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare cmake_comment_add_subdirectory docs } src_install() { - cmake-utils_src_install + cmake_src_install doman tbtadm.1 } |