diff options
author | Markus Meier <maekke@gentoo.org> | 2016-04-19 17:56:45 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2016-04-19 17:56:45 +0200 |
commit | 4d6f8a62f24bdc9fc6385ca86e9a4e6821486011 (patch) | |
tree | 97f7a0a49ec9f5bdd65682d73508b82f3ecf3039 /x11-wm/openbox | |
parent | app-i18n/ibus: arm stable, bug #565190 (diff) | |
download | gentoo-4d6f8a62f24bdc9fc6385ca86e9a4e6821486011.tar.gz gentoo-4d6f8a62f24bdc9fc6385ca86e9a4e6821486011.tar.bz2 gentoo-4d6f8a62f24bdc9fc6385ca86e9a4e6821486011.zip |
x11-wm/openbox: arm stable, bug #561046
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'x11-wm/openbox')
-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 f5ed47454f71..8eb799618eec 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="" + KEYWORDS="arm" 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" |