projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e120f7b
)
net-fs/smbtad: Drop debug use flag
author
Johannes Huber
<johu@gentoo.org>
Sat, 11 Feb 2017 22:28:57 +0000
(23:28 +0100)
committer
Johannes 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
patch
|
blob
|
history
diff --git
a/net-fs/smbtad/smbtad-1.2.6.ebuild
b/net-fs/smbtad/smbtad-1.2.6.ebuild
index f013ad81132197d0e8c859de88fc503447013808..f614cc6da7322c4db82500fba8acb3a4f5936a5c 100644
(file)
--- 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