net-fs/smbtad: Drop debug use flag
authorJohannes Huber <johu@gentoo.org>
Sat, 11 Feb 2017 22:28:57 +0000 (23:28 +0100)
committerJohannes Huber <johu@gentoo.org>
Sat, 11 Feb 2017 22:29:07 +0000 (23:29 +0100)
Option is not provided by upstream build sys.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-fs/smbtad/smbtad-1.2.6.ebuild

index f013ad81132197d0e8c859de88fc503447013808..f614cc6da7322c4db82500fba8acb3a4f5936a5c 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI="http://morelias.org/smbta/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug"
+IUSE=""
 
 DEPEND="
        dev-db/libdbi
@@ -37,14 +37,6 @@ src_prepare() {
                CMakeLists.txt || die
 }
 
-src_configure() {
-       local mycmakeargs=(
-               -DDebug=$(usex debug)
-       )
-
-       cmake-utils_src_configure
-}
-
 src_install() {
        cmake-utils_src_install