diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-01-14 13:23:56 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-01-14 13:23:56 +0000 |
commit | 57f1a89d73cb3252cf65f7bf1f11ca4249fc83c7 (patch) | |
tree | 57beb4370cbf4024179b83fd55b63014b389bb31 /x11-plugins/wmbutton/wmbutton-0.6.1.ebuild | |
parent | update ortp paths (diff) | |
download | gentoo-2-57f1a89d73cb3252cf65f7bf1f11ca4249fc83c7.tar.gz gentoo-2-57f1a89d73cb3252cf65f7bf1f11ca4249fc83c7.tar.bz2 gentoo-2-57f1a89d73cb3252cf65f7bf1f11ca4249fc83c7.zip |
add dependency on dev-util/ctags
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins/wmbutton/wmbutton-0.6.1.ebuild')
-rw-r--r-- | x11-plugins/wmbutton/wmbutton-0.6.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild b/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild index 94dc7f42f418..4c57788f9aec 100644 --- a/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild +++ b/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild,v 1.3 2008/01/13 15:17:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild,v 1.4 2008/01/14 13:23:56 opfer Exp $ inherit eutils toolchain-funcs @@ -19,7 +19,8 @@ RDEPEND="x11-libs/libX11 x11-libs/libXext" DEPEND="${RDEPEND} x11-proto/xextproto - x11-proto/xproto" + x11-proto/xproto + dev-util/ctags" src_unpack() { unpack ${P}.tar.gz |