diff options
author | Remi Cardona <remi@gentoo.org> | 2009-10-26 10:44:32 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-10-26 10:44:32 +0000 |
commit | cebbe1d829719434a0b9b238f048ddd660a4184e (patch) | |
tree | cede2138f10bb1603bb4acb64b85e0e38333aff3 /x11-proto/recordproto/recordproto-1.14.ebuild | |
parent | Stable for SPARC (bug #289381). (diff) | |
download | historical-cebbe1d829719434a0b9b238f048ddd660a4184e.tar.gz historical-cebbe1d829719434a0b9b238f048ddd660a4184e.tar.bz2 historical-cebbe1d829719434a0b9b238f048ddd660a4184e.zip |
x11-proto/recordproto: sync with overlay, add blocker, fixes bug #288619
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'x11-proto/recordproto/recordproto-1.14.ebuild')
-rw-r--r-- | x11-proto/recordproto/recordproto-1.14.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
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}" |