commit:     a87c70239033f42bc72bd394baa246172702ae7d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 22:28:57 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 22:29:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87c7023

net-fs/smbtad: Drop debug use flag

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 | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/net-fs/smbtad/smbtad-1.2.6.ebuild 
b/net-fs/smbtad/smbtad-1.2.6.ebuild
index f013ad8113..f614cc6da7 100644
--- a/net-fs/smbtad/smbtad-1.2.6.ebuild
+++ b/net-fs/smbtad/smbtad-1.2.6.ebuild
@@ -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
 

Reply via email to