diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-24 15:35:38 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-24 15:35:38 +0000 |
commit | 53d6814f6002b9f15f9facc0008dc8678786fbca (patch) | |
tree | c4a8a54f35574cb46f71f80c386f5536bcd2ffba /x11-proto/inputproto | |
parent | Stable on alpha, bug #288723 (diff) | |
download | gentoo-2-53d6814f6002b9f15f9facc0008dc8678786fbca.tar.gz gentoo-2-53d6814f6002b9f15f9facc0008dc8678786fbca.tar.bz2 gentoo-2-53d6814f6002b9f15f9facc0008dc8678786fbca.zip |
x11-proto/inputproto: drop dep on util-macros, sync with overlay
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-proto/inputproto')
-rw-r--r-- | x11-proto/inputproto/ChangeLog | 5 | ||||
-rw-r--r-- | x11-proto/inputproto/inputproto-2.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog index 150590705c8c..fcc427bde5cd 100644 --- a/x11-proto/inputproto/ChangeLog +++ b/x11-proto/inputproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/inputproto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.85 2009/10/11 10:49:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.86 2009/10/24 15:35:38 remi Exp $ + + 24 Oct 2009; Rémi Cardona <remi@gentoo.org> inputproto-2.0.ebuild: + drop dep on util-macros, sync with overlay 11 Oct 2009; nixnut <nixnut@gentoo.org> inputproto-1.5.1.ebuild: ppc stable #282290 diff --git a/x11-proto/inputproto/inputproto-2.0.ebuild b/x11-proto/inputproto/inputproto-2.0.ebuild index ffb08505ac4c..0ce75bc0145c 100644 --- a/x11-proto/inputproto/inputproto-2.0.ebuild +++ b/x11-proto/inputproto/inputproto-2.0.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/inputproto/inputproto-2.0.ebuild,v 1.1 2009/10/03 15:50:05 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-2.0.ebuild,v 1.2 2009/10/24 15:35:38 remi Exp $ EAPI="2" @@ -13,5 +13,4 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND} -!<x11-libs/libXi-1.2.99 ->=x11-misc/util-macros-1.2" +!<x11-libs/libXi-1.2.99" |