diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-13 13:38:12 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-13 13:38:12 +0000 |
commit | 035571d87736e0b157cc6257fab450d615a8a74a (patch) | |
tree | 8114dfd53a179a98afa0c1cd90713b1c42269143 /media-sound/terminatorx | |
parent | add autotrace/potrace to depends as it would fail if not present at buildtime... (diff) | |
download | gentoo-2-035571d87736e0b157cc6257fab450d615a8a74a.tar.gz gentoo-2-035571d87736e0b157cc6257fab450d615a8a74a.tar.bz2 gentoo-2-035571d87736e0b157cc6257fab450d615a8a74a.zip |
add xinputproto missing dep, bug #205592
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound/terminatorx')
-rw-r--r-- | media-sound/terminatorx/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/terminatorx/terminatorx-3.81.ebuild | 5 | ||||
-rw-r--r-- | media-sound/terminatorx/terminatorx-3.82.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/media-sound/terminatorx/ChangeLog b/media-sound/terminatorx/ChangeLog index bf5d0e04a9cf..81c9cdd3accb 100644 --- a/media-sound/terminatorx/ChangeLog +++ b/media-sound/terminatorx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/terminatorx -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.24 2007/07/22 08:20:41 drac Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.25 2008/01/13 13:38:12 aballier Exp $ + + 13 Jan 2008; Alexis Ballier <aballier@gentoo.org> terminatorx-3.81.ebuild, + terminatorx-3.82.ebuild: + add xinputproto missing dep, bug #205592 22 Jul 2007; Samuli Suominen <drac@gentoo.org> terminatorx-3.81.ebuild, terminatorx-3.82.ebuild: diff --git a/media-sound/terminatorx/terminatorx-3.81.ebuild b/media-sound/terminatorx/terminatorx-3.81.ebuild index 017aa8dc97ca..e022fd3af333 100644 --- a/media-sound/terminatorx/terminatorx-3.81.ebuild +++ b/media-sound/terminatorx/terminatorx-3.81.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.18 2007/07/22 08:20:41 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.19 2008/01/13 13:38:12 aballier Exp $ inherit gnome2 @@ -31,6 +31,7 @@ RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9 ) media-libs/liblrdf" DEPEND="${RDEPEND} x11-proto/xproto + x11-proto/inputproto x11-proto/xf86dgaproto" src_unpack() { diff --git a/media-sound/terminatorx/terminatorx-3.82.ebuild b/media-sound/terminatorx/terminatorx-3.82.ebuild index 0d592ba7b297..9a94dd7ba37d 100644 --- a/media-sound/terminatorx/terminatorx-3.82.ebuild +++ b/media-sound/terminatorx/terminatorx-3.82.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.8 2007/07/22 08:20:41 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.9 2008/01/13 13:38:12 aballier Exp $ inherit gnome2 eutils @@ -32,6 +32,7 @@ RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9 ) media-libs/liblrdf" DEPEND="${RDEPEND} x11-proto/xproto + x11-proto/inputproto x11-proto/xf86dgaproto" src_unpack() { |