diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-05-08 09:59:52 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-05-08 09:59:52 +0000 |
commit | f4d852fab6ceddb0802b34abceae534183193cc3 (patch) | |
tree | d9e65b055c8a6c0a11f42617939d58c94878c0bf /x11-libs/openmotif-compat | |
parent | Version bump (diff) | |
download | gentoo-2-f4d852fab6ceddb0802b34abceae534183193cc3.tar.gz gentoo-2-f4d852fab6ceddb0802b34abceae534183193cc3.tar.bz2 gentoo-2-f4d852fab6ceddb0802b34abceae534183193cc3.zip |
Remove redundant dependency on printproto.
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'x11-libs/openmotif-compat')
-rw-r--r-- | x11-libs/openmotif-compat/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/openmotif-compat/ChangeLog b/x11-libs/openmotif-compat/ChangeLog index 9d3fd143c5fb..62aa7c326a4c 100644 --- a/x11-libs/openmotif-compat/ChangeLog +++ b/x11-libs/openmotif-compat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/openmotif-compat # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/ChangeLog,v 1.2 2008/04/27 13:54:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/ChangeLog,v 1.3 2008/05/08 09:59:52 ulm Exp $ + + 08 May 2008; Ulrich Mueller <ulm@gentoo.org> + openmotif-compat-2.2.3.ebuild: + Remove redundant dependency on printproto. 27 Apr 2008; Markus Meier <maekke@gentoo.org> openmotif-compat-2.2.3.ebuild: diff --git a/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild b/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild index 9b4e54c4218f..b45d5e124b4f 100644 --- a/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild +++ b/x11-libs/openmotif-compat/openmotif-compat-2.2.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-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild,v 1.3 2008/04/27 21:25:07 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild,v 1.4 2008/05/08 09:59:52 ulm Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.6" @@ -26,8 +26,7 @@ RDEPEND="!x11-libs/motif-config x11-libs/libXp" DEPEND="${RDEPEND} - x11-misc/xbitmaps - x11-proto/printproto" + x11-misc/xbitmaps" S=${WORKDIR}/${MY_P} |