diff options
author | 2019-10-11 17:38:29 +0200 | |
---|---|---|
committer | 2019-10-11 17:38:29 +0200 | |
commit | 022bcd92b29ce1f08be925d18f483fd39d33c887 (patch) | |
tree | 02f68e2adb4533aaefcb779048767f60fde23fb3 /x11-drivers/xf86-video-ati | |
parent | x11-base: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-022bcd92b29ce1f08be925d18f483fd39d33c887.tar.gz gentoo-022bcd92b29ce1f08be925d18f483fd39d33c887.tar.bz2 gentoo-022bcd92b29ce1f08be925d18f483fd39d33c887.zip |
x11-drivers: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild index e8f70b1cf51f..489c9927db8a 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild @@ -9,7 +9,7 @@ inherit linux-info xorg-3 if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd" + KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" fi DESCRIPTION="ATI video driver" diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild index bcca1714ec2f..252dd5e7f9c1 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild @@ -9,7 +9,7 @@ inherit linux-info xorg-3 if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" + KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="ATI video driver" |