diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-26 10:44:32 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-26 10:44:32 +0000 |
commit | dfa907c8c59f358e557aaecf2a7c796912fb5b07 (patch) | |
tree | 8834974a6bb08df51747ce4424c52f250c1dc3f1 /x11-proto/recordproto | |
parent | Stable for SPARC (bug #289381). (diff) | |
download | gentoo-2-dfa907c8c59f358e557aaecf2a7c796912fb5b07.tar.gz gentoo-2-dfa907c8c59f358e557aaecf2a7c796912fb5b07.tar.bz2 gentoo-2-dfa907c8c59f358e557aaecf2a7c796912fb5b07.zip |
x11-proto/recordproto: sync with overlay, add blocker, fixes bug #288619
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-proto/recordproto')
-rw-r--r-- | x11-proto/recordproto/ChangeLog | 5 | ||||
-rw-r--r-- | x11-proto/recordproto/recordproto-1.14.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-proto/recordproto/ChangeLog b/x11-proto/recordproto/ChangeLog index c70f7017f036..a807c2a225d6 100644 --- a/x11-proto/recordproto/ChangeLog +++ b/x11-proto/recordproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/recordproto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/recordproto/ChangeLog,v 1.29 2009/10/03 15:52:06 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/recordproto/ChangeLog,v 1.30 2009/10/26 10:44:32 remi Exp $ + + 26 Oct 2009; Rémi Cardona <remi@gentoo.org> recordproto-1.14.ebuild: + sync with overlay, add blocker, fixes bug #288619 *recordproto-1.14 (03 Oct 2009) diff --git a/x11-proto/recordproto/recordproto-1.14.ebuild b/x11-proto/recordproto/recordproto-1.14.ebuild index 040be52431aa..0b85e1ffbb99 100644 --- a/x11-proto/recordproto/recordproto-1.14.ebuild +++ b/x11-proto/recordproto/recordproto-1.14.ebuild @@ -1,9 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/recordproto/recordproto-1.14.ebuild,v 1.1 2009/10/03 15:52:06 scarabeus Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" +# $Header: /var/cvsroot/gentoo-x86/x11-proto/recordproto/recordproto-1.14.ebuild,v 1.2 2009/10/26 10:44:32 remi Exp $ inherit x-modular @@ -12,5 +9,5 @@ DESCRIPTION="X.Org Record protocol headers" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND="" +RDEPEND="!<x11-libs/libXtst-1.0.99.2" DEPEND="${RDEPEND}" |