diff options
author | Sam James <sam@gentoo.org> | 2021-06-02 12:21:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-02 12:21:52 +0000 |
commit | 13ab22abdadffba2b7dd3de50cfea14d1ac1e830 (patch) | |
tree | 97fe7dde50aaa5ccf415a808d438483f8206e2b4 /sys-fs/compsize/compsize-1.5.ebuild | |
parent | app-misc/remind: Stabilize 03.03.05 amd64, #784200 (diff) | |
download | gentoo-13ab22abdadffba2b7dd3de50cfea14d1ac1e830.tar.gz gentoo-13ab22abdadffba2b7dd3de50cfea14d1ac1e830.tar.bz2 gentoo-13ab22abdadffba2b7dd3de50cfea14d1ac1e830.zip |
sys-fs/compsize: Stabilize 1.5 amd64, #790062
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/compsize/compsize-1.5.ebuild')
-rw-r--r-- | sys-fs/compsize/compsize-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild index 1fd07df8eb27..659c3f6e593e 100644 --- a/sys-fs/compsize/compsize-1.5.ebuild +++ b/sys-fs/compsize/compsize-1.5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then EGIT_REPO_URI="https://github.com/kilobyte/compsize.git" else SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2+ GPL-2" |