diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-27 17:56:04 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-27 17:56:04 +0100 |
commit | 93572429dc1ae17eab301f472d089b015967ecda (patch) | |
tree | e78bbbccfa0c9ba15a27f2cb46f916c541d3035b | |
parent | c6628471e48652aaa85ad7c31acc732175454083 (diff) | |
download | gentoo-personal-overlay-93572429dc1ae17eab301f472d089b015967ecda.tar.gz gentoo-personal-overlay-93572429dc1ae17eab301f472d089b015967ecda.tar.bz2 gentoo-personal-overlay-93572429dc1ae17eab301f472d089b015967ecda.zip |
Change build targets for txppm
-rw-r--r-- | media-sound/txppm/txppm-180112-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/txppm/txppm-180112-r1.ebuild b/media-sound/txppm/txppm-180112-r1.ebuild index 3925375..914e4f2 100644 --- a/media-sound/txppm/txppm-180112-r1.ebuild +++ b/media-sound/txppm/txppm-180112-r1.ebuild @@ -23,7 +23,7 @@ DEPEND="" RDEPEND="${DEPEND}" MODULE_NAMES="tx(kernel/drivers/misc:module)" -BUILD_TARGETS="module" +BUILD_TARGETS="clean all" CONFIG_CHECK="" pkg_setup() { |