diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-01-11 08:36:06 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-01-11 08:36:06 +0000 |
commit | e3c276ba0fe46d439feceadfed0bd649a04f0c74 (patch) | |
tree | 5a1fb4290ce197eb2dfdb6225ea7ec7960c04da9 /x11-apps/xtrap | |
parent | s390 love (diff) | |
download | gentoo-2-e3c276ba0fe46d439feceadfed0bd649a04f0c74.tar.gz gentoo-2-e3c276ba0fe46d439feceadfed0bd649a04f0c74.tar.bz2 gentoo-2-e3c276ba0fe46d439feceadfed0bd649a04f0c74.zip |
(#205135) Missed build-time dep on trapproto (Patrick Lauer).
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'x11-apps/xtrap')
-rw-r--r-- | x11-apps/xtrap/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xtrap/xtrap-1.0.2.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-apps/xtrap/ChangeLog b/x11-apps/xtrap/ChangeLog index 78f24255fb21..0f20370cad59 100644 --- a/x11-apps/xtrap/ChangeLog +++ b/x11-apps/xtrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xtrap -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/ChangeLog,v 1.16 2007/12/20 00:27:32 cla Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/ChangeLog,v 1.17 2008/01/11 08:36:06 dberkholz Exp $ + + 11 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; xtrap-1.0.2.ebuild: + (#205135) Missed build-time dep on trapproto (Patrick Lauer). 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xtrap-1.0.2.ebuild: Stable on x86 (bug #202087) diff --git a/x11-apps/xtrap/xtrap-1.0.2.ebuild b/x11-apps/xtrap/xtrap-1.0.2.ebuild index f70430f69fc3..0246515c7973 100644 --- a/x11-apps/xtrap/xtrap-1.0.2.ebuild +++ b/x11-apps/xtrap/xtrap-1.0.2.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/x11-apps/xtrap/xtrap-1.0.2.ebuild,v 1.2 2007/12/20 00:27:32 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/xtrap-1.0.2.ebuild,v 1.3 2008/01/11 08:36:06 dberkholz Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -11,4 +11,5 @@ DESCRIPTION="X.Org xtrap application" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc x86" RDEPEND="x11-libs/libX11 x11-libs/libXTrap" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + x11-proto/trapproto" |