diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2006-01-03 23:25:27 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2006-01-03 23:25:27 +0000 |
commit | bc38b96e0f96cd5c6526f0ec69662ad9d9dc5477 (patch) | |
tree | 93bde10ddc28fcc2c8bc6729b33362adbe231b61 /x11-themes | |
parent | dont bother depending on virtual/x11 as we dont include any X11 related files... (diff) | |
download | historical-bc38b96e0f96cd5c6526f0ec69662ad9d9dc5477.tar.gz historical-bc38b96e0f96cd5c6526f0ec69662ad9d9dc5477.tar.bz2 historical-bc38b96e0f96cd5c6526f0ec69662ad9d9dc5477.zip |
Adjusted wrt bug117643
Package-Manager: portage-2.0.54
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/jimmac-xcursors/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/jimmac-xcursors/Manifest b/x11-themes/jimmac-xcursors/Manifest index 92e427bb70d6..59e15822bfee 100644 --- a/x11-themes/jimmac-xcursors/Manifest +++ b/x11-themes/jimmac-xcursors/Manifest @@ -1,4 +1,4 @@ MD5 32a63ada97285c0d352417cbde5c6feb ChangeLog 1258 MD5 a1f0ae5fab146934b1dc2b47a25ab4f7 files/digest-jimmac-xcursors-0.0.1 62 -MD5 700649c5196b2df5f08f9b8fa4cc0d8c jimmac-xcursors-0.0.1.ebuild 1639 +MD5 4a8b37c9a0321c904d891b7ce2b15667 jimmac-xcursors-0.0.1.ebuild 1616 MD5 67480968255dfe131b5dbe20b934a2ab metadata.xml 322 diff --git a/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild b/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild index d8aa50b857a1..8b95ee645fc3 100644 --- a/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild +++ b/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild,v 1.9 2006/01/03 23:21:01 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild,v 1.10 2006/01/03 23:25:27 gothgirl Exp $ MY_P="6550-Jimmac.tar.gz" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" @@ -12,8 +12,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ppc64 x86" IUSE="" -DEPEND="" -RDEPEND="|| ( x11-libs/libX11 virtual/x11 )" +DEPEND="${RDEPEND}" +RDEPEND="" S=${WORKDIR}/Jimmac |