diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-10-01 13:49:50 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-10-01 13:49:50 +0200 |
commit | 7fcf60386b1f2d448b412ac6c0f4f2d7d1703a85 (patch) | |
tree | fc4af28d6b165bf6a497befd965cf5c0fcd51853 /x11-wm | |
parent | x11-misc/obconf: Stable for HPPA (bug #588510). (diff) | |
download | gentoo-7fcf60386b1f2d448b412ac6c0f4f2d7d1703a85.tar.gz gentoo-7fcf60386b1f2d448b412ac6c0f4f2d7d1703a85.tar.bz2 gentoo-7fcf60386b1f2d448b412ac6c0f4f2d7d1703a85.zip |
x11-wm/openbox: Stable for HPPA PPC64 (bug #561046).
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/openbox-3.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/openbox/openbox-3.6.1.ebuild b/x11-wm/openbox/openbox-3.6.1.ebuild index 83f9d333eb66..5e32bbabd5dd 100644 --- a/x11-wm/openbox/openbox-3.6.1.ebuild +++ b/x11-wm/openbox/openbox-3.6.1.ebuild @@ -14,12 +14,12 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="git://git.openbox.org/dana/openbox" SRC_URI="branding? ( https://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz )" - KEYWORDS="alpha arm ppc x86" + KEYWORDS="alpha arm hppa ppc ppc64 x86" else SRC_URI="http://openbox.org/dist/openbox/${P}.tar.gz branding? ( https://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz )" - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~arm-linux ~x86-linux" + KEYWORDS="alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~arm-linux ~x86-linux" fi LICENSE="GPL-2" |