summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-30 19:48:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-30 19:48:29 +0000
commit0c127de6a7da163461614f711c982c55f7458295 (patch)
tree3d18c74f48daaea9c5a319bea7975b4bc87f3e7b /x11-proto
parentunused variable (diff)
downloadgentoo-2-0c127de6a7da163461614f711c982c55f7458295.tar.gz
gentoo-2-0c127de6a7da163461614f711c982c55f7458295.tar.bz2
gentoo-2-0c127de6a7da163461614f711c982c55f7458295.zip
amd64 stable wrt #282290
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/xextproto/ChangeLog6
-rw-r--r--x11-proto/xextproto/xextproto-7.0.5.ebuild11
2 files changed, 9 insertions, 8 deletions
diff --git a/x11-proto/xextproto/ChangeLog b/x11-proto/xextproto/ChangeLog
index ca2ee60c6a61..5f942158d141 100644
--- a/x11-proto/xextproto/ChangeLog
+++ b/x11-proto/xextproto/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-proto/xextproto
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.41 2009/09/19 11:49:56 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.42 2009/09/30 19:48:29 ssuominen Exp $
+
+ 30 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
+ xextproto-7.0.5.ebuild:
+ amd64 stable wrt #282290
*xextproto-7.1.1 (19 Sep 2009)
diff --git a/x11-proto/xextproto/xextproto-7.0.5.ebuild b/x11-proto/xextproto/xextproto-7.0.5.ebuild
index baf705d8a54a..e822b82b71d4 100644
--- a/x11-proto/xextproto/xextproto-7.0.5.ebuild
+++ b/x11-proto/xextproto/xextproto-7.0.5.ebuild
@@ -1,6 +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/xextproto/xextproto-7.0.5.ebuild,v 1.1 2009/05/23 17:29:57 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.0.5.ebuild,v 1.2 2009/09/30 19:48:29 ssuominen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -8,13 +8,10 @@
inherit x-modular
DESCRIPTION="X.Org XExt protocol headers"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
+
DEPEND="x11-proto/inputproto"
RDEPEND="${DEPEND}"
-PATCHES=(
-"${FILESDIR}/${PV}-dont-pull-in-Xmd-h-in-Xge-h.patch"
-)
+PATCHES=( "${FILESDIR}/${PV}-dont-pull-in-Xmd-h-in-Xge-h.patch" )