diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lineak-kdeplugins/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/lineakd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 7 |
4 files changed, 16 insertions, 7 deletions
diff --git a/x11-misc/lineak-kdeplugins/ChangeLog b/x11-misc/lineak-kdeplugins/ChangeLog index 2ba329df81fa..86973fb5ec92 100644 --- a/x11-misc/lineak-kdeplugins/ChangeLog +++ b/x11-misc/lineak-kdeplugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lineak-kdeplugins # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/ChangeLog,v 1.27 2007/07/23 20:53:14 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/ChangeLog,v 1.28 2007/07/28 16:15:42 philantrop Exp $ + + 28 Jul 2007; Wulf C. Krueger <philantrop@gentoo.org> + lineak-kdeplugins-0.9.0.ebuild: + Marked stable on amd64 as per bug 185400. 23 Jul 2007; Christian Faulhammer <opfer@gentoo.org> lineak-kdeplugins-0.9.0.ebuild: diff --git a/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild b/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild index f15c5c13fdbe..855438f1872c 100644 --- a/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild +++ b/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild,v 1.5 2007/07/23 20:53:14 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild,v 1.6 2007/07/28 16:15:42 philantrop Exp $ inherit kde multilib @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="debug" RDEPEND="=x11-misc/lineakd-${PV}*" diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog index 3405fd2029d3..1adea16bf6d7 100644 --- a/x11-misc/lineakd/ChangeLog +++ b/x11-misc/lineakd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lineakd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.48 2007/07/23 20:51:46 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.49 2007/07/28 16:11:06 philantrop Exp $ + + 28 Jul 2007; Wulf C. Krueger <philantrop@gentoo.org> + lineakd-0.9.0-r1.ebuild: + Marked stable on amd64 as per bug 185400. 23 Jul 2007; Christian Faulhammer <opfer@gentoo.org> lineakd-0.9.0-r1.ebuild: diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild index bccf6a6ff17b..9554d63f3712 100644 --- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild +++ b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild,v 1.5 2007/07/23 20:51:46 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild,v 1.6 2007/07/28 16:11:06 philantrop Exp $ inherit multilib @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="debug" RDEPEND="x11-libs/libICE @@ -23,7 +23,8 @@ DEPEND="${RDEPEND} x11-libs/libxkbfile x11-libs/libXt x11-proto/xextproto - x11-proto/xproto" + x11-proto/xproto + x11-libs/libXtst" S="${WORKDIR}"/${MY_P} |