Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libpod/
Date: Sun, 19 Jan 2020 21:22:59
Message-Id: 1579468970.7a127d340953ca60da74c0af0e5ba8cf6adcd4f3.zmedico@gentoo
1 commit: 7a127d340953ca60da74c0af0e5ba8cf6adcd4f3
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 21:20:32 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 21:22:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a127d34
7
8 app-emulation/libpod: Remove ostree from IUSE
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-emulation/libpod/libpod-1.6.4.ebuild | 5 ++---
14 app-emulation/libpod/libpod-1.7.0.ebuild | 3 +--
15 app-emulation/libpod/metadata.xml | 3 ---
16 3 files changed, 3 insertions(+), 8 deletions(-)
17
18 diff --git a/app-emulation/libpod/libpod-1.6.4.ebuild b/app-emulation/libpod/libpod-1.6.4.ebuild
19 index 45bd559b524..c12fd7d1e1c 100644
20 --- a/app-emulation/libpod/libpod-1.6.4.ebuild
21 +++ b/app-emulation/libpod/libpod-1.6.4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -16,8 +16,7 @@ LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
29 SLOT="0"
30
31 KEYWORDS="~amd64"
32 -IUSE="apparmor btrfs ostree +rootless selinux"
33 -REQUIRED_USE="!ostree"
34 +IUSE="apparmor btrfs +rootless selinux"
35 RESTRICT="test"
36
37 COMMON_DEPEND="
38
39 diff --git a/app-emulation/libpod/libpod-1.7.0.ebuild b/app-emulation/libpod/libpod-1.7.0.ebuild
40 index 5ccc860cc39..329e1e7a720 100644
41 --- a/app-emulation/libpod/libpod-1.7.0.ebuild
42 +++ b/app-emulation/libpod/libpod-1.7.0.ebuild
43 @@ -14,8 +14,7 @@ LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
44 SLOT="0"
45
46 KEYWORDS="~amd64"
47 -IUSE="apparmor btrfs ostree +rootless selinux"
48 -REQUIRED_USE="!ostree"
49 +IUSE="apparmor btrfs +rootless selinux"
50 RESTRICT="test"
51
52 COMMON_DEPEND="
53
54 diff --git a/app-emulation/libpod/metadata.xml b/app-emulation/libpod/metadata.xml
55 index b488c7d9282..0ce2c6b92f8 100644
56 --- a/app-emulation/libpod/metadata.xml
57 +++ b/app-emulation/libpod/metadata.xml
58 @@ -19,9 +19,6 @@
59 Enables dependencies for the "btrfs" graph driver, including
60 necessary kernel flags.
61 </flag>
62 - <flag name="ostree">
63 - Enables dependencies for handling of OSTree images.
64 - </flag>
65 <flag name="rootless">
66 Enables dependencies for running in rootless mode.
67 </flag>