diff options
author | Michael Weber <xmw@gentoo.org> | 2016-05-05 15:12:31 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-05-05 15:13:46 +0200 |
commit | a38c8a52294a942e730b9d99a8cd3fba638e9027 (patch) | |
tree | 30f97833128c376d01c1c3ca87d37fd6680ab9a0 /x11-wm/spectrwm | |
parent | x11-wm/spectrwm: Fix library path (bug 580452, thanks sdoubleyou). (diff) | |
download | gentoo-a38c8a52294a942e730b9d99a8cd3fba638e9027.tar.gz gentoo-a38c8a52294a942e730b9d99a8cd3fba638e9027.tar.bz2 gentoo-a38c8a52294a942e730b9d99a8cd3fba638e9027.zip |
x11-wm/spectrwm: amd6 and x86 stable, current stable was broken.
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-wm/spectrwm')
-rw-r--r-- | x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild b/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild index f07f74fa295f..160fa6805639 100644 --- a/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild +++ b/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="x11-misc/dmenu" |