Skip to content

Commit

Permalink
app-containers/podman: Stabilize 4.8.3 amd64, #921291
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 4, 2024
1 parent 13338a1 commit ae83c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-containers/podman/podman-4.8.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then
else
SRC_URI="https://github.com/containers/podman/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P/_rc/-rc}"
KEYWORDS="~amd64 ~arm64 ~riscv"
KEYWORDS="amd64 ~arm64 ~riscv"
fi

# main pkg
Expand Down

0 comments on commit ae83c04

Please sign in to comment.