diff options
author | Sam James <sam@gentoo.org> | 2023-07-25 14:44:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-25 14:44:47 +0100 |
commit | c923d0a28234cf595c6faec6b3e0893f3eeb5bdd (patch) | |
tree | ecdfd898f61cc430b655705ede5cb8b331090027 /app-containers | |
parent | net-misc/tigervnc: Stabilize 1.13.1-r3 x86, #911184 (diff) | |
download | gentoo-c923d0a28234cf595c6faec6b3e0893f3eeb5bdd.tar.gz gentoo-c923d0a28234cf595c6faec6b3e0893f3eeb5bdd.tar.bz2 gentoo-c923d0a28234cf595c6faec6b3e0893f3eeb5bdd.zip |
app-containers/distrobox: Stabilize 1.5.0.2 amd64, #911187
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/distrobox/distrobox-1.5.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/distrobox/distrobox-1.5.0.2.ebuild b/app-containers/distrobox/distrobox-1.5.0.2.ebuild index b9fc4f8ee11b..4ca9b1b24a8c 100644 --- a/app-containers/distrobox/distrobox-1.5.0.2.ebuild +++ b/app-containers/distrobox/distrobox-1.5.0.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3" # GPL-3.0-only ! |