commit: ac670e0e0e7818740f739020215fc57307f5266a
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 18:52:11 2023 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 18:52:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac670e0e
app-containers/skopeo: style fix
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-containers/skopeo/skopeo-1.14.0-r1.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/app-containers/skopeo/skopeo-1.14.0-r1.ebuild
b/app-containers/skopeo/skopeo-1.14.0-r1.ebuild
index 9fc4a1466912..b7a859d817d5 100644
--- a/app-containers/skopeo/skopeo-1.14.0-r1.ebuild
+++ b/app-containers/skopeo/skopeo-1.14.0-r1.ebuild
@@ -16,14 +16,11 @@ else
fi
# main
-LICENSE="Apache-2.0"
-# deps
-LICENSE+=" BSD BSD-2 CC-BY-SA-4.0 ISC MIT"
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT"
SLOT="0"
IUSE="btrfs device-mapper rootless"
-RDEPEND="
- app-containers/containers-common
+COMMON_DEPEND="
>=app-crypt/gpgme-1.5.5:=
>=dev-libs/libassuan-2.4.3:=
btrfs? ( >=sys-fs/btrfs-progs-4.0.1 )
@@ -33,7 +30,11 @@ RDEPEND="
# TODO: Is this really needed? cause upstream doesnt mention it
https://github.com/containers/skopeo/blob/main/install.md#building-from-source
# dev-libs/libgpg-error:=
-DEPEND="${RDEPEND}"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="
+ ${COMMON_DEPEND}
+ app-containers/containers-common
+"
BDEPEND="dev-go/go-md2man"
RESTRICT="test"