diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-07-28 16:11:06 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-07-28 16:11:06 +0000 |
commit | 65fe12fd3d4743f9542ac01c427e46d42ecdb1ae (patch) | |
tree | 231ccc0e68841dc4de6df7aa8a6f862fd139982d /x11-misc/lineakd | |
parent | Fix squashfs compile. Add usb-storage quirk for Nikon D100. Fix a mac80211 de... (diff) | |
download | gentoo-2-65fe12fd3d4743f9542ac01c427e46d42ecdb1ae.tar.gz gentoo-2-65fe12fd3d4743f9542ac01c427e46d42ecdb1ae.tar.bz2 gentoo-2-65fe12fd3d4743f9542ac01c427e46d42ecdb1ae.zip |
Marked stable on amd64 as per bug 185400.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'x11-misc/lineakd')
-rw-r--r-- | x11-misc/lineakd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
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} |