diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:32:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:32:40 +0200 |
commit | 4bb159a98db35423944ab8e4c1626cb0a19caebb (patch) | |
tree | 75b4f85f956b9ed869db009a5a81b50b7aa742e8 /app-emulation/gxemul | |
parent | app-emacs: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-4bb159a98db35423944ab8e4c1626cb0a19caebb.tar.gz gentoo-4bb159a98db35423944ab8e4c1626cb0a19caebb.tar.bz2 gentoo-4bb159a98db35423944ab8e4c1626cb0a19caebb.zip |
app-emulation: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/gxemul')
-rw-r--r-- | app-emulation/gxemul/gxemul-0.6.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/gxemul/gxemul-0.6.0-r1.ebuild b/app-emulation/gxemul/gxemul-0.6.0-r1.ebuild index 889530285923..c928aefaf117 100644 --- a/app-emulation/gxemul/gxemul-0.6.0-r1.ebuild +++ b/app-emulation/gxemul/gxemul-0.6.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/gxemul/GXemul/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" IUSE="debug X" RDEPEND="X? ( x11-libs/libX11 )" |