From 8a2cd476a398a02bf83a979b4adbce08731e7aea Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 14 Feb 2021 22:35:39 +0000 Subject: games-util/linux-wbfs-manager: fix double KEYWORDS Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James --- games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild | 1 - games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild | 1 - 2 files changed, 2 deletions(-) (limited to 'games-util/linux-wbfs-manager') diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild index b0344682aec6..c94ba9084a1f 100644 --- a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild +++ b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild @@ -9,7 +9,6 @@ if [[ "${PV}" == "9999" ]]; then ESVN_REPO_URI="https://linux-wbfs-manager.googlecode.com/svn/trunk/" inherit subversion SRC_URI="" - #KEYWORDS="" else SRC_URI="https://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild index b0344682aec6..c94ba9084a1f 100644 --- a/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild +++ b/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild @@ -9,7 +9,6 @@ if [[ "${PV}" == "9999" ]]; then ESVN_REPO_URI="https://linux-wbfs-manager.googlecode.com/svn/trunk/" inherit subversion SRC_URI="" - #KEYWORDS="" else SRC_URI="https://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" KEYWORDS="~amd64 ~x86" -- cgit v1.2.3-65-gdbad