diff options
author | 2005-10-30 17:44:28 +0000 | |
---|---|---|
committer | 2005-10-30 17:44:28 +0000 | |
commit | 2b601da337fe42bfb0df941daf3160beca259360 (patch) | |
tree | f9819044066da14853767d966cdc5d617c0acb7d /x11-libs/libXcursor | |
parent | Marked ~ppc-macos (bug #110827) (diff) | |
download | gentoo-2-2b601da337fe42bfb0df941daf3160beca259360.tar.gz gentoo-2-2b601da337fe42bfb0df941daf3160beca259360.tar.bz2 gentoo-2-2b601da337fe42bfb0df941daf3160beca259360.zip |
Add missing xproto dep.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'x11-libs/libXcursor')
-rw-r--r-- | x11-libs/libXcursor/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXcursor/libXcursor-1.1.4.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/libXcursor/ChangeLog b/x11-libs/libXcursor/ChangeLog index 82ecd736d30d..809e62ea7c96 100644 --- a/x11-libs/libXcursor/ChangeLog +++ b/x11-libs/libXcursor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXcursor # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.9 2005/10/20 05:37:13 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.10 2005/10/30 17:44:28 joshuabaergen Exp $ + + 30 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org> + libXcursor-1.1.4.ebuild: + Add missing xproto dep. *libXcursor-1.1.4 (20 Oct 2005) diff --git a/x11-libs/libXcursor/libXcursor-1.1.4.ebuild b/x11-libs/libXcursor/libXcursor-1.1.4.ebuild index f2b5e139c2df..e54553845ef9 100644 --- a/x11-libs/libXcursor/libXcursor-1.1.4.ebuild +++ b/x11-libs/libXcursor/libXcursor-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/libXcursor-1.1.4.ebuild,v 1.1 2005/10/20 05:37:13 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/libXcursor-1.1.4.ebuild,v 1.2 2005/10/30 17:44:28 joshuabaergen Exp $ # Must be before x-modular eclass is inherited SNAPSHOT="yes" @@ -13,7 +13,8 @@ DESCRIPTION="X.Org Xcursor library" KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" RDEPEND="x11-libs/libXrender x11-libs/libXfixes - x11-libs/libX11" + x11-libs/libX11 + x11-proto/xproto" DEPEND="${RDEPEND}" CONFIGURE_OPTIONS="--with-icondir=/usr/share/cursors/xorg-x11 |