public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Devan Franchini" <twitch153@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/
Date: Fri, 16 Oct 2015 21:10:48 +0000 (UTC)	[thread overview]
Message-ID: <1445029743.91d6125b5533cc9bd6b9ec5ba19370947f5ae70c.twitch153@gentoo> (raw)

commit:     91d6125b5533cc9bd6b9ec5ba19370947f5ae70c
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 21:02:21 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 21:09:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d6125b

app-portage/layman: Adds sqlite USE flag to 9999 ebuild

Package-Manager: portage-2.2.20.1

 app-portage/layman/layman-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild
index 1443944..1c1abf6 100644
--- a/app-portage/layman/layman-9999.ebuild
+++ b/app-portage/layman/layman-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI="5"
 
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-PYTHON_REQ_USE="xml(+)"
+PYTHON_REQ_USE="xml(+),sqlite?"
 
 inherit eutils distutils-r1 git-2 linux-info prefix
 
@@ -17,10 +17,11 @@ EGIT_REPO_URI="git://anongit.gentoo.org/proj/layman.git"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial squashfs subversion sync-plugin-portage test"
+IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial sqlite squashfs subversion sync-plugin-portage test"
 
 DEPEND="test? ( dev-vcs/subversion )
-	app-text/asciidoc"
+	app-text/asciidoc
+	"
 
 RDEPEND="
 	bazaar? ( dev-vcs/bzr )


             reply	other threads:[~2015-10-16 21:11 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-16 21:10 Devan Franchini [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-10 23:23 [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/ Devan Franchini
2015-11-11  0:35 Devan Franchini
2015-11-11  0:35 Devan Franchini
2016-03-23 21:23 Stephen Klimaszewski
2016-05-02  4:00 Devan Franchini
2016-05-02 17:30 Brian Dolbec
2016-05-03  7:37 Brian Dolbec
2016-05-10  1:29 Devan Franchini
2016-07-13  1:50 Mike Gilbert
2017-02-02  1:57 Brian Dolbec
2017-02-02  2:11 Brian Dolbec
2017-02-02  6:30 Patrick Lauer
2017-02-14 14:52 Agostino Sarubbo
2017-02-14 15:39 Agostino Sarubbo
2017-02-16 20:34 Michael Weber
2017-02-17  6:03 Markus Meier
2017-03-04 14:02 Agostino Sarubbo
2017-03-11 17:07 Agostino Sarubbo
2017-03-30  0:28 Matt Turner
2017-04-29 11:39 Jeroen Roovers
2017-05-11 21:57 Zac Medico
2017-12-25 14:43 David Seifert
2018-03-18 11:00 Sergei Trofimovich
2018-03-21 18:12 Michał Górny
2018-10-16  9:18 Tobias Klausmann
2019-01-15 16:36 Craig Andrews
2019-01-15 18:58 Craig Andrews
2019-05-16  0:40 Anthony G. Basile
2019-05-18 10:02 Michał Górny
2020-02-26 12:18 Michał Górny
2020-04-15 18:59 Mike Gilbert
2020-04-18 17:55 Craig Andrews
2020-04-24 21:41 Brian Dolbec
2020-04-24 23:53 Brian Dolbec
2020-04-27 14:01 Mikle Kolyada
2020-05-06  7:01 Sergei Trofimovich
2020-05-06  7:18 Sergei Trofimovich
2020-05-07 19:37 Mart Raudsepp
2020-05-08  9:36 Sergei Trofimovich
2020-05-08 17:10 Agostino Sarubbo
2020-05-08 17:15 Agostino Sarubbo
2020-05-08 18:12 Brian Dolbec
2020-05-19  8:04 Andreas K. Hüttel
2020-07-19 19:40 Brian Dolbec
2020-11-17 22:37 Brian Dolbec
2020-12-27 14:01 Fabian Groffen
2021-01-06 13:23 Fabian Groffen
2021-09-14 14:15 Yixun Lan
2022-02-01 22:01 Craig Andrews
2022-04-27 21:57 Andreas K. Hüttel
2022-10-01  1:02 Sam James
2022-10-01  1:33 Sam James
2022-10-18  3:34 Sam James
2023-02-01 10:05 Benda XU
2023-02-01 15:23 Benda XU
2023-05-21  5:35 Sam James
2023-05-21  5:35 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1445029743.91d6125b5533cc9bd6b9ec5ba19370947f5ae70c.twitch153@gentoo \
    --to=twitch153@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox