diff options
author | Quentin Glidic <sardemff7+git@sardemff7.net> | 2011-10-11 18:19:08 +0200 |
---|---|---|
committer | Quentin Glidic <sardemff7+git@sardemff7.net> | 2011-10-11 18:19:08 +0200 |
commit | 469f55ebabfcc387db0108bf563dabf465dd31ce (patch) | |
tree | 24453d8c56da5dbd8d494e7c3bf5e0d59a5d77cd | |
parent | lightdm: In ::gentoo (diff) | |
download | sardemff7-469f55ebabfcc387db0108bf563dabf465dd31ce.tar.gz sardemff7-469f55ebabfcc387db0108bf563dabf465dd31ce.tar.bz2 sardemff7-469f55ebabfcc387db0108bf563dabf465dd31ce.zip |
i3: Update to match upstream
-rw-r--r-- | x11-wm/i3/i3-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild index 1fc294d..22664dd 100644 --- a/x11-wm/i3/i3-9999.ebuild +++ b/x11-wm/i3/i3-9999.ebuild @@ -32,6 +32,7 @@ RDEPEND=" x11-libs/libX11 dev-libs/libev dev-libs/yajl + x11-libs/startup-notification " DEPEND="${RDEPEND} >=x11-proto/xcb-proto-1.3 @@ -58,7 +59,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install use man && doman man/*.1 - dodoc GOALS TODO CMDMODE + dodoc GOALS if use doc; then dohtml -r docs/*.html elog "Documentation in html is in /etc/share/doc/${P}" |