diff options
Diffstat (limited to 'x11-proto/trapproto/trapproto-3.4.3.ebuild')
-rw-r--r-- | x11-proto/trapproto/trapproto-3.4.3.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-proto/trapproto/trapproto-3.4.3.ebuild b/x11-proto/trapproto/trapproto-3.4.3.ebuild index 1c6890732c35..73b0cd849922 100644 --- a/x11-proto/trapproto/trapproto-3.4.3.ebuild +++ b/x11-proto/trapproto/trapproto-3.4.3.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/trapproto/trapproto-3.4.3.ebuild,v 1.19 2011/02/06 10:29:38 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/trapproto/trapproto-3.4.3.ebuild,v 1.20 2012/02/23 18:26:49 scarabeus Exp $ -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular +EAPI=4 +inherit xorg-2 DESCRIPTION="X.Org Trap protocol headers" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" + RDEPEND="" DEPEND="${RDEPEND}" |