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 | |
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')
-rw-r--r-- | x11-plugins/wmbutton/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmbutton/wmbutton-0.6.1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-plugins/wmbutton/ChangeLog b/x11-plugins/wmbutton/ChangeLog index a2cf4c8c7a06..6859c2b96fb1 100644 --- a/x11-plugins/wmbutton/ChangeLog +++ b/x11-plugins/wmbutton/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmbutton # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.13 2008/01/13 15:17:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.14 2008/01/14 13:23:56 opfer Exp $ + + 14 Jan 2008; Christian Faulhammer <opfer@gentoo.org> + wmbutton-0.6.1.ebuild: + add dependency on dev-util/ctags 13 Jan 2008; nixnut <nixnut@gentoo.org> wmbutton-0.6.1.ebuild: Stable on ppc wrt bug 150645 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 |