diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-29 11:26:12 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-29 11:26:12 +0000 |
commit | c4816f14fd2299d62b3b2430a1ed37cbcc061ad1 (patch) | |
tree | 62e83b15bd2081f533d5ef6a03296c76e2c655ba /x11-misc | |
parent | Initial commit for bug 217702, thanks to Christopher O'Neill. (diff) | |
download | gentoo-2-c4816f14fd2299d62b3b2430a1ed37cbcc061ad1.tar.gz gentoo-2-c4816f14fd2299d62b3b2430a1ed37cbcc061ad1.tar.bz2 gentoo-2-c4816f14fd2299d62b3b2430a1ed37cbcc061ad1.zip |
Add x11-proto/inputproto depend wrt 227745. Thanks Evil Compile Person <bugs@dev.gentooexperimental.org> for reporting :-)
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lineak-defaultplugin/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-misc/lineak-defaultplugin/ChangeLog b/x11-misc/lineak-defaultplugin/ChangeLog index 905437b1c037..ec89f514619b 100644 --- a/x11-misc/lineak-defaultplugin/ChangeLog +++ b/x11-misc/lineak-defaultplugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/lineak-defaultplugin # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.24 2008/04/22 17:04:52 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.25 2008/06/29 11:26:12 loki_val Exp $ + + 29 Jun 2008; Peter Alfredsen <loki_val@gentoo.org> + lineak-defaultplugin-0.9.0.ebuild: + Add x11-proto/inputproto depend wrt 227745. Thanks Evil Compile Person + <bugs@dev.gentooexperimental.org> for reporting :-) 22 Apr 2008; Samuli Suominen <drac@gentoo.org> +files/lineak-defaultplugin-0.9.0-gcc43.patch, diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild index fd67a293e46c..38e21426a068 100644 --- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild +++ b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.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-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild,v 1.5 2008/04/22 17:04:52 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild,v 1.6 2008/06/29 11:26:12 loki_val Exp $ inherit eutils multilib @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="debug" -DEPEND="=x11-misc/lineakd-${PV}*" +DEPEND="=x11-misc/lineakd-${PV}* + x11-proto/inputproto" S=${WORKDIR}/${MY_P} |