Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/smbtad/
Date: Sat, 11 Feb 2017 22:29:17
Message-Id: 1486852147.a87c70239033f42bc72bd394baa246172702ae7d.johu@gentoo
1 commit: a87c70239033f42bc72bd394baa246172702ae7d
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 22:28:57 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 22:29:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87c7023
7
8 net-fs/smbtad: Drop debug use flag
9
10 Option is not provided by upstream build sys.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 net-fs/smbtad/smbtad-1.2.6.ebuild | 10 +---------
15 1 file changed, 1 insertion(+), 9 deletions(-)
16
17 diff --git a/net-fs/smbtad/smbtad-1.2.6.ebuild b/net-fs/smbtad/smbtad-1.2.6.ebuild
18 index f013ad8113..f614cc6da7 100644
19 --- a/net-fs/smbtad/smbtad-1.2.6.ebuild
20 +++ b/net-fs/smbtad/smbtad-1.2.6.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="http://morelias.org/smbta/${P}.tar.bz2"
22 LICENSE="GPL-3"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 -IUSE="debug"
26 +IUSE=""
27
28 DEPEND="
29 dev-db/libdbi
30 @@ -37,14 +37,6 @@ src_prepare() {
31 CMakeLists.txt || die
32 }
33
34 -src_configure() {
35 - local mycmakeargs=(
36 - -DDebug=$(usex debug)
37 - )
38 -
39 - cmake-utils_src_configure
40 -}
41 -
42 src_install() {
43 cmake-utils_src_install