Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: sqlite-3.6.23.1-r1.ebuild
Date: Sat, 26 Jun 2010 15:46:42
Message-Id: 20100626154638.A15082CF7B@corvid.gentoo.org
1 arfrever 10/06/26 15:46:38
2
3 Modified: sqlite-3.6.23.1-r1.ebuild
4 Log:
5 Sort IUSE.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-db/sqlite/sqlite-3.6.23.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: sqlite-3.6.23.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- sqlite-3.6.23.1-r1.ebuild 26 Jun 2010 10:46:54 -0000 1.1
22 +++ sqlite-3.6.23.1-r1.ebuild 26 Jun 2010 15:46:38 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1-r1.ebuild,v 1.1 2010/06/26 10:46:54 polynomial-c Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1-r1.ebuild,v 1.2 2010/06/26 15:46:38 arfrever Exp $
28
29 EAPI="3"
30
31 @@ -22,7 +22,7 @@
32 LICENSE="as-is"
33 SLOT="3"
34 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 -IUSE="debug doc extensions +fts3 icu +readline secure-delete soundex tcl +threadsafe test unlock-notify"
36 +IUSE="debug doc extensions +fts3 icu +readline secure-delete soundex tcl test +threadsafe unlock-notify"
37
38 RDEPEND="icu? ( dev-libs/icu )
39 readline? ( sys-libs/readline )
40 @@ -88,10 +88,8 @@
41 append-cppflags -DNDEBUG
42 fi
43
44 - # Needed for >=net-libs/xulrunner-1.9.3,
45 - # >=www-client/mozilla-firefox-3.6_alpha6 and
46 - # >=www-client/seamonkey-2.1_alpha2
47 - if use unlock-notify ; then
48 + # Enable unlock notification
49 + if use unlock-notify; then
50 append-cppflags -DSQLITE_ENABLE_UNLOCK_NOTIFY
51 fi