summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2008-10-05 17:50:06 +0000
committerRémi Cardona <remi@gentoo.org>2008-10-05 17:50:06 +0000
commit7cbc78e21d55a5a6e7147725ac36aba1b40ee04a (patch)
tree82adb13385923c7c67bdf5b5048252f06e882a01 /x11-proto/xextproto
parentAdd slot deps for itext. (diff)
downloadgentoo-2-7cbc78e21d55a5a6e7147725ac36aba1b40ee04a.tar.gz
gentoo-2-7cbc78e21d55a5a6e7147725ac36aba1b40ee04a.tar.bz2
gentoo-2-7cbc78e21d55a5a6e7147725ac36aba1b40ee04a.zip
x11-proto/xextproto: add missing dep on inputproto (fixes bug #227583 and dupes)
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'x11-proto/xextproto')
-rw-r--r--x11-proto/xextproto/ChangeLog6
-rw-r--r--x11-proto/xextproto/xextproto-7.0.2.ebuild8
-rw-r--r--x11-proto/xextproto/xextproto-7.0.3.ebuild6
3 files changed, 16 insertions, 4 deletions
diff --git a/x11-proto/xextproto/ChangeLog b/x11-proto/xextproto/ChangeLog
index 56a59459b470..be2e1278414b 100644
--- a/x11-proto/xextproto/ChangeLog
+++ b/x11-proto/xextproto/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-proto/xextproto
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.27 2008/06/06 21:23:49 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.28 2008/10/05 17:50:06 remi Exp $
+
+ 05 Oct 2008; Rémi Cardona <remi@gentoo.org> xextproto-7.0.2.ebuild,
+ xextproto-7.0.3.ebuild:
+ add missing dep on inputproto (fixes bug #227583 and dupes)
*xextproto-7.0.3 (06 Jun 2008)
diff --git a/x11-proto/xextproto/xextproto-7.0.2.ebuild b/x11-proto/xextproto/xextproto-7.0.2.ebuild
index 78e01be1c4a7..f9f73146c524 100644
--- a/x11-proto/xextproto/xextproto-7.0.2.ebuild
+++ b/x11-proto/xextproto/xextproto-7.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-proto/xextproto/xextproto-7.0.2.ebuild,v 1.16 2007/02/04 18:08:36 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.0.2.ebuild,v 1.17 2008/10/05 17:50:06 remi Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -10,3 +10,7 @@ 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"
+
+IUSE=""
+DEPEND="x11-proto/inputproto"
+RDEPEND="${DEPEND}"
diff --git a/x11-proto/xextproto/xextproto-7.0.3.ebuild b/x11-proto/xextproto/xextproto-7.0.3.ebuild
index 38beba3fedec..7a99038427bc 100644
--- a/x11-proto/xextproto/xextproto-7.0.3.ebuild
+++ b/x11-proto/xextproto/xextproto-7.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.0.3.ebuild,v 1.1 2008/06/06 21:23:49 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.0.3.ebuild,v 1.2 2008/10/05 17:50:06 remi Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -10,3 +10,7 @@ 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"
+
+IUSE=""
+DEPEND="x11-proto/inputproto"
+RDEPEND="${DEPEND}"