summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-26 08:39:05 +0100
committerJustin Lecher <jlec@gentoo.org>2015-10-26 08:39:05 +0100
commit8c14a8c7812f8c744abdf425a23bcb065da285e3 (patch)
tree2cb180e43ada64cf2aad285ef3823aee16b4007e
parentDrop "CCP4: Software for Macromolecular Crystallography" (diff)
downloadgentoo-8c14a8c7812f8c744abdf425a23bcb065da285e3.tar.gz
gentoo-8c14a8c7812f8c744abdf425a23bcb065da285e3.tar.bz2
gentoo-8c14a8c7812f8c744abdf425a23bcb065da285e3.zip
dev-db/wxsqlite3: Drop all debug refs
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563972 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild b/dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild
index 590745629571..07e4bd799237 100644
--- a/dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild
+++ b/dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild
@@ -15,23 +15,19 @@ SRC_URI="mirror://sourceforge/wxcode/${P}.tar.gz"
LICENSE="wxWinLL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug"
+IUSE=""
DEPEND="
- x11-libs/wxGTK:3.0[X,debug=]
+ x11-libs/wxGTK:3.0[X]
dev-db/sqlite:3"
RDEPEND="${DEPEND}"
#S="${WORKDIR}/${P%.1}"
src_prepare() {
- local wxdebug
-
rm -rf sqlite3 || die
cp configure30 configure || die
- use debug && wxdebug="d"
sed \
- -e "s:@WXDEBUG@:${wxdebug}:g" \
-e "s:@WXVERSION@:${WX_GTK_VER}:g" \
-e "s:@LIBDIR@:$(get_libdir):g" \
-e "s:@VERSION@:${PV}:g" \