commit: d659cd8cae596d4955e7cc50eb830f043c836563 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Jan 4 20:54:05 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Jan 4 20:54:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d659cd8c
x11-misc/read-edid: Remove unnecessary -* Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org> x11-misc/read-edid/read-edid-3.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/read-edid/read-edid-3.0.2.ebuild b/x11-misc/read-edid/read-edid-3.0.2.ebuild index cef6d33015a..b0e3a798eb3 100644 --- a/x11-misc/read-edid/read-edid-3.0.2.ebuild +++ b/x11-misc/read-edid/read-edid-3.0.2.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 @@ -10,7 +10,7 @@ SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* amd64 x86" +KEYWORDS="amd64 x86" DEPEND=">=dev-libs/libx86-1.1" RDEPEND="${DEPEND}"
