diff options
author | David Seifert <soap@gentoo.org> | 2017-07-08 15:08:45 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-07-08 15:32:31 -0700 |
commit | c5c0ebe77f1380487e6d61226e74ef054f285ce3 (patch) | |
tree | 23caefcea3dd1915b2d52d61b3af1e41f38e34da /games-emulation/dosbox | |
parent | dev-python/elasticsearch-curator: version bump to 5.1.1. (diff) | |
download | gentoo-c5c0ebe77f1380487e6d61226e74ef054f285ce3.tar.gz gentoo-c5c0ebe77f1380487e6d61226e74ef054f285ce3.tar.bz2 gentoo-c5c0ebe77f1380487e6d61226e74ef054f285ce3.zip |
*games*/*: Dekeyword ppc/ia64/sparc
Closes: https://github.com/gentoo/gentoo/pull/4614
Diffstat (limited to 'games-emulation/dosbox')
-rw-r--r-- | games-emulation/dosbox/dosbox-0.74_p20160629-r1.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.74_p20160629.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/dosbox/dosbox-0.74_p20160629-r1.ebuild b/games-emulation/dosbox/dosbox-0.74_p20160629-r1.ebuild index 10329f8adde7..f622d980d347 100644 --- a/games-emulation/dosbox/dosbox-0.74_p20160629-r1.ebuild +++ b/games-emulation/dosbox/dosbox-0.74_p20160629-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/dosbox-code-0-${PATCH}-dosbox-trunk.zip LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="alsa debug glide hardened opengl" RDEPEND="alsa? ( media-libs/alsa-lib ) diff --git a/games-emulation/dosbox/dosbox-0.74_p20160629.ebuild b/games-emulation/dosbox/dosbox-0.74_p20160629.ebuild index 5556ed3bd5f4..45b0b0fdb711 100644 --- a/games-emulation/dosbox/dosbox-0.74_p20160629.ebuild +++ b/games-emulation/dosbox/dosbox-0.74_p20160629.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/dosbox-code-0-${PATCH}-dosbox-trunk.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ppc64 x86" IUSE="alsa debug hardened opengl" RDEPEND="alsa? ( media-libs/alsa-lib ) diff --git a/games-emulation/dosbox/dosbox-9999.ebuild b/games-emulation/dosbox/dosbox-9999.ebuild index 32007ce1b49d..82456d41531c 100644 --- a/games-emulation/dosbox/dosbox-9999.ebuild +++ b/games-emulation/dosbox/dosbox-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then inherit subversion else SRC_URI+=" mirror://sourceforge/dosbox/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~ppc64 ~x86" fi inherit autotools eutils flag-o-matic |