diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-08-12 17:57:05 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-08-12 17:57:05 -0400 |
commit | 28e745c4b9c45a0e0862336eb67d8b7c5a416da7 (patch) | |
tree | 7965949c897a38b676dd2a74b2f275178751d77c /x11-apps | |
parent | 40f9f4077e66e27f9c1dece0acdc8dc4282fafca (diff) | |
download | gentoo-overlay-28e745c4b9c45a0e0862336eb67d8b7c5a416da7.tar.xz gentoo-overlay-28e745c4b9c45a0e0862336eb67d8b7c5a416da7.zip |
fix pkgcheck issues
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/sx/sx-2.1.7.ebuild | 1 | ||||
-rw-r--r-- | x11-apps/sx/sx-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/x11-apps/sx/sx-2.1.7.ebuild b/x11-apps/sx/sx-2.1.7.ebuild index abe083b..2349365 100644 --- a/x11-apps/sx/sx-2.1.7.ebuild +++ b/x11-apps/sx/sx-2.1.7.ebuild @@ -9,7 +9,6 @@ HOMEPAGE="https://github.com/Earnestly/sx" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/Earnestly/sx.git" - KEYWORDS="" else SRC_URI="https://github.com/Earnestly/sx/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/x11-apps/sx/sx-9999.ebuild b/x11-apps/sx/sx-9999.ebuild index 2c2e7a2..6d97a9e 100644 --- a/x11-apps/sx/sx-9999.ebuild +++ b/x11-apps/sx/sx-9999.ebuild @@ -9,7 +9,6 @@ HOMEPAGE="https://github.com/Earnestly/sx" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/Earnestly/sx.git" - KEYWORDS="" else SRC_URI="https://github.com/Earnestly/sx/archive/${PV}.tar.gz" KEYWORDS="~amd64 ~x86" |