diff options
-rw-r--r-- | x11-misc/read-edid/read-edid-3.0.2.ebuild | 4 |
1 files 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 be792cbc1196..98b673020d45 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-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -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" |