diff options
author | 2012-02-22 11:15:12 -0500 | |
---|---|---|
committer | 2012-02-22 11:15:12 -0500 | |
commit | 6fa8966710e748c7f9c5a31723bd4cff2fc2eb01 (patch) | |
tree | 9deefb1a395d7783cd2752301ec51d58758174b2 /x11-wm/wmname/wmname-0.1.ebuild | |
parent | Apparently qhull dependency is not optional, but 2010.1 from the official tre... (diff) | |
download | ezod-6fa8966710e748c7f9c5a31723bd4cff2fc2eb01.tar.gz ezod-6fa8966710e748c7f9c5a31723bd4cff2fc2eb01.tar.bz2 ezod-6fa8966710e748c7f9c5a31723bd4cff2fc2eb01.zip |
Repoman QA audit, fix all issues not related to profiles or metadata.
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 |