diff options
author | Marek Szuba <marecki@gentoo.org> | 2018-04-24 15:36:07 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2018-04-24 15:36:40 +0100 |
commit | 5f18faee52ec8961d2551264aa175f599a0122cf (patch) | |
tree | 1ef3feeff05ce65b2d1d74175be7c9a755a7dab5 /x11-wm/awesome | |
parent | net-proxy/shadowsocks-libev: drop dep net-libs/udns (diff) | |
download | gentoo-5f18faee52ec8961d2551264aa175f599a0122cf.tar.gz gentoo-5f18faee52ec8961d2551264aa175f599a0122cf.tar.bz2 gentoo-5f18faee52ec8961d2551264aa175f599a0122cf.zip |
x11-wm/awesome: revert amd64 stabilisation
Awesome 4 is NOT a drop-in replacement for Awesome 3.5 because introduces
many breaking changes to the v3.5 API. Even an unmodified upstream rc.lua
from 3.5.9 will fail to load in 4.2, and everyone using customised
configuration and/or third-party libraries has got a lot of porting work
cut out for them. Therefore, at the very least stabilising >=x11-wm/awesome-4.0
should be preceded by a news item.
See-also: https://awesomewm.org/apidoc/documentation/89-NEWS.md.html#v4
See-also: https://awesomewm.org/apidoc/documentation/17-porting-tips.md.html#v4
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-wm/awesome')
-rw-r--r-- | x11-wm/awesome/awesome-4.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/awesome/awesome-4.2-r2.ebuild b/x11-wm/awesome/awesome-4.2-r2.ebuild index 6b1db77c3879..68a8485c85c7 100644 --- a/x11-wm/awesome/awesome-4.2-r2.ebuild +++ b/x11-wm/awesome/awesome-4.2-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/awesomeWM/awesome-releases/raw/master/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="dbus doc elibc_FreeBSD gnome luajit test" RDEPEND=" |