diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-10-24 21:10:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-10-24 21:10:33 +0000 |
commit | 0126f1a7de30b848314cdea26ea71fd72aed7461 (patch) | |
tree | 59561a9b1df8d664b7d339c3d947bae9e559a616 | |
parent | Removed because of bug #439502 (diff) | |
download | gentoo-2-0126f1a7de30b848314cdea26ea71fd72aed7461.tar.gz gentoo-2-0126f1a7de30b848314cdea26ea71fd72aed7461.tar.bz2 gentoo-2-0126f1a7de30b848314cdea26ea71fd72aed7461.zip |
Update dependency after package move from x11-libs/openmotif to x11-libs/motif.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
-rw-r--r-- | x11-misc/xcb/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xcb/xcb-2.4-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xcb/xcb-2.4.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/x11-misc/xcb/ChangeLog b/x11-misc/xcb/ChangeLog index 35f0e00bd67f..6ede12f9fdf7 100644 --- a/x11-misc/xcb/ChangeLog +++ b/x11-misc/xcb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xcb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.19 2012/05/15 15:32:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.20 2012/10/24 21:10:33 ulm Exp $ + + 24 Oct 2012; Ulrich Müller <ulm@gentoo.org> xcb-2.4.ebuild, + xcb-2.4-r1.ebuild: + Update dependency after package move from x11-libs/openmotif to + x11-libs/motif. 15 May 2012; Julian Ospald <hasufell@gentoo.org> xcb-2.4.ebuild, xcb-2.4-r1.ebuild: diff --git a/x11-misc/xcb/xcb-2.4-r1.ebuild b/x11-misc/xcb/xcb-2.4-r1.ebuild index a8d77f9cc532..2b188d6e46ed 100644 --- a/x11-misc/xcb/xcb-2.4-r1.ebuild +++ b/x11-misc/xcb/xcb-2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4-r1.ebuild,v 1.6 2012/05/15 15:32:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4-r1.ebuild,v 1.7 2012/10/24 21:10:33 ulm Exp $ EAPI=2 @@ -21,7 +21,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libXext" DEPEND="${RDEPEND} x11-proto/xproto - motif? ( >=x11-libs/openmotif-2.3:0 )" + motif? ( >=x11-libs/motif-2.3:0 )" src_compile() { local gui libs diff --git a/x11-misc/xcb/xcb-2.4.ebuild b/x11-misc/xcb/xcb-2.4.ebuild index 30b7d13c814f..cc723cf28495 100644 --- a/x11-misc/xcb/xcb-2.4.ebuild +++ b/x11-misc/xcb/xcb-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.14 2012/05/15 15:32:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.15 2012/10/24 21:10:33 ulm Exp $ EAPI=2 inherit toolchain-funcs @@ -20,7 +20,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libXext" DEPEND="${RDEPEND} x11-proto/xproto - motif? ( >=x11-libs/openmotif-2.3:0 )" + motif? ( >=x11-libs/motif-2.3:0 )" src_compile() { local gui libs |