diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-04-13 18:37:09 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-04-13 18:37:09 +0000 |
commit | 9792cf3b0dbf83eeca2daea6a4a41f7e229c9413 (patch) | |
tree | 958230b9b5ca0bd9c840bb53721b661c21ff75a2 /x11-plugins/wmDownload | |
parent | prune old and add back in emake (diff) | |
download | historical-9792cf3b0dbf83eeca2daea6a4a41f7e229c9413.tar.gz historical-9792cf3b0dbf83eeca2daea6a4a41f7e229c9413.tar.bz2 historical-9792cf3b0dbf83eeca2daea6a4a41f7e229c9413.zip |
Changed dependency to virtual/x11 to work with x11-base/xorg-x11
Diffstat (limited to 'x11-plugins/wmDownload')
-rw-r--r-- | x11-plugins/wmDownload/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmDownload/ChangeLog b/x11-plugins/wmDownload/ChangeLog index 023666cabba0..11cc53709e0f 100644 --- a/x11-plugins/wmDownload/ChangeLog +++ b/x11-plugins/wmDownload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmDownload -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/ChangeLog,v 1.2 2003/02/12 09:38:12 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/ChangeLog,v 1.3 2004/04/13 18:34:33 rizzo Exp $ + + 13 Apr 2004; Don Seiler <rizzo@gentoo.org>; wmDownload-0.1.2a.ebuild: + Changed dependency to virtual/x11 to work with x11-base/xorg-x11 *wmDownload-0.1.2a (04 Oct 2002) diff --git a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild b/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild index 986cb9def384..24f17153d9c0 100644 --- a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild +++ b/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild,v 1.8 2004/03/26 23:10:07 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild,v 1.9 2004/04/13 18:34:33 rizzo Exp $ S=${WORKDIR}/wmDownload @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" -DEPEND="virtual/glibc x11-base/xfree x11-libs/docklib" +DEPEND="virtual/glibc virtual/x11 x11-libs/docklib" src_unpack() { unpack ${A} ; cd ${S} |