diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 11:16:16 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 11:16:16 +0200 |
commit | cb396435ba65820b93fc7cefd7c282ac270a19d7 (patch) | |
tree | 69ed6671c83bc9f31515a5636618e436ee0607ea /dev-util/rinstall | |
parent | dev-python/simber: Stabilize 0.2.5 amd64, #891557 (diff) | |
download | gentoo-cb396435ba65820b93fc7cefd7c282ac270a19d7.tar.gz gentoo-cb396435ba65820b93fc7cefd7c282ac270a19d7.tar.bz2 gentoo-cb396435ba65820b93fc7cefd7c282ac270a19d7.zip |
dev-util/rinstall: Stabilize 0.2.0 amd64, #891561
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/rinstall')
-rw-r--r-- | dev-util/rinstall/rinstall-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rinstall/rinstall-0.2.0.ebuild b/dev-util/rinstall/rinstall-0.2.0.ebuild index e21efbe0873f..9b38c8a0e49a 100644 --- a/dev-util/rinstall/rinstall-0.2.0.ebuild +++ b/dev-util/rinstall/rinstall-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -94,7 +94,7 @@ SRC_URI="https://github.com/DanySpin97/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" RESTRICT="mirror" QA_FLAGS_IGNORED="usr/bin/rinstall" |