diff options
Diffstat (limited to 'x11-wm/wmname/wmname-0.1.ebuild')
-rw-r--r-- | x11-wm/wmname/wmname-0.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-wm/wmname/wmname-0.1.ebuild b/x11-wm/wmname/wmname-0.1.ebuild index 10c2290..a6fb1b9 100644 --- a/x11-wm/wmname/wmname-0.1.ebuild +++ b/x11-wm/wmname/wmname-0.1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 2008-2012 Funtoo Technologies # Distributed under the terms of the GNU General Public License v2 # $Header: $ -DESCRIPTION="wmname prints/sets the window manager name property of the root -window similar to how hostname(1) behaves." +EAPI=4 + +DESCRIPTION="wmname prints/sets the window manager name property of the root window." HOMEPAGE="http://tools.suckless.org/wmname" SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" @@ -12,8 +13,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="x11-libs/libX11" -RDEPEND="${DEPEND}" +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" src_install() { dodoc README |