diff options
author | Sam James <sam@gentoo.org> | 2021-02-26 22:45:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-26 22:45:22 +0000 |
commit | f74caadf2a5eac535a3f52c43003f8d98cf6137e (patch) | |
tree | 8184c264e55f8e469cdf0ed27a9c7743a52a8f6a /app-misc/scrub | |
parent | dev-libs/igraph: Stabilize 0.8.5 x86, #773103 (diff) | |
download | gentoo-f74caadf2a5eac535a3f52c43003f8d98cf6137e.tar.gz gentoo-f74caadf2a5eac535a3f52c43003f8d98cf6137e.tar.bz2 gentoo-f74caadf2a5eac535a3f52c43003f8d98cf6137e.zip |
app-misc/scrub: Stabilize 2.6.1 x86, #609480
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/scrub')
-rw-r--r-- | app-misc/scrub/scrub-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/scrub/scrub-2.6.1.ebuild b/app-misc/scrub/scrub-2.6.1.ebuild index 635cd71d32b7..71111d91acc5 100644 --- a/app-misc/scrub/scrub-2.6.1.ebuild +++ b/app-misc/scrub/scrub-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -9,7 +9,7 @@ SRC_URI="https://github.com/chaos/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 arm64 ~ppc64 ~sparc x86" IUSE="" DEPEND="" |