commit: 7a127d340953ca60da74c0af0e5ba8cf6adcd4f3
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 21:20:32 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 21:22:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a127d34
app-emulation/libpod: Remove ostree from IUSE
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-emulation/libpod/libpod-1.6.4.ebuild | 5 ++---
app-emulation/libpod/libpod-1.7.0.ebuild | 3 +--
app-emulation/libpod/metadata.xml | 3 ---
3 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/app-emulation/libpod/libpod-1.6.4.ebuild
b/app-emulation/libpod/libpod-1.6.4.ebuild
index 45bd559b524..c12fd7d1e1c 100644
--- a/app-emulation/libpod/libpod-1.6.4.ebuild
+++ b/app-emulation/libpod/libpod-1.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,8 +16,7 @@ LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="apparmor btrfs ostree +rootless selinux"
-REQUIRED_USE="!ostree"
+IUSE="apparmor btrfs +rootless selinux"
RESTRICT="test"
COMMON_DEPEND="
diff --git a/app-emulation/libpod/libpod-1.7.0.ebuild
b/app-emulation/libpod/libpod-1.7.0.ebuild
index 5ccc860cc39..329e1e7a720 100644
--- a/app-emulation/libpod/libpod-1.7.0.ebuild
+++ b/app-emulation/libpod/libpod-1.7.0.ebuild
@@ -14,8 +14,7 @@ LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="apparmor btrfs ostree +rootless selinux"
-REQUIRED_USE="!ostree"
+IUSE="apparmor btrfs +rootless selinux"
RESTRICT="test"
COMMON_DEPEND="
diff --git a/app-emulation/libpod/metadata.xml
b/app-emulation/libpod/metadata.xml
index b488c7d9282..0ce2c6b92f8 100644
--- a/app-emulation/libpod/metadata.xml
+++ b/app-emulation/libpod/metadata.xml
@@ -19,9 +19,6 @@
Enables dependencies for the "btrfs" graph driver,
including
necessary kernel flags.
</flag>
- <flag name="ostree">
- Enables dependencies for handling of OSTree images.
- </flag>
<flag name="rootless">
Enables dependencies for running in rootless mode.
</flag>