diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-26 05:06:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-26 05:39:10 +0200 |
commit | 725b358582559e4ddaff5e8a77c4fc898209eeb7 (patch) | |
tree | d0f5f2f5e4d14b41fe14215e656e1daac364f676 /app-admin/cygwin-rebase | |
parent | app-admin/awscli: Bump to 1.27.141 (diff) | |
download | gentoo-725b358582559e4ddaff5e8a77c4fc898209eeb7.tar.gz gentoo-725b358582559e4ddaff5e8a77c4fc898209eeb7.tar.bz2 gentoo-725b358582559e4ddaff5e8a77c4fc898209eeb7.zip |
app-admin/cygwin-rebase: Remove invalid KEYWORDS
Fixes: 77f67752cd0fa1d306b5d82723954ac8dbc6cd6c
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/cygwin-rebase')
-rw-r--r-- | app-admin/cygwin-rebase/cygwin-rebase-4.4.4.ebuild | 4 | ||||
-rw-r--r-- | app-admin/cygwin-rebase/cygwin-rebase-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/cygwin-rebase/cygwin-rebase-4.4.4.ebuild b/app-admin/cygwin-rebase/cygwin-rebase-4.4.4.ebuild index 0725cf39102a..58f015a80713 100644 --- a/app-admin/cygwin-rebase/cygwin-rebase-4.4.4.ebuild +++ b/app-admin/cygwin-rebase/cygwin-rebase-4.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ else https://github.com/haubi/cygwin-rebase/compare/rebase-${MY_PV}...rebase-${MY_PV}_merge-files-flag-0.patch -> ${P}_merge-files-flag-0.patch " PATCHES=( "${DISTDIR}/${P}_merge-files-flag-0.patch" ) - KEYWORDS="-*" + KEYWORDS="" fi DEPEND="" diff --git a/app-admin/cygwin-rebase/cygwin-rebase-9999.ebuild b/app-admin/cygwin-rebase/cygwin-rebase-9999.ebuild index 0725cf39102a..58f015a80713 100644 --- a/app-admin/cygwin-rebase/cygwin-rebase-9999.ebuild +++ b/app-admin/cygwin-rebase/cygwin-rebase-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ else https://github.com/haubi/cygwin-rebase/compare/rebase-${MY_PV}...rebase-${MY_PV}_merge-files-flag-0.patch -> ${P}_merge-files-flag-0.patch " PATCHES=( "${DISTDIR}/${P}_merge-files-flag-0.patch" ) - KEYWORDS="-*" + KEYWORDS="" fi DEPEND="" |