diff options
author | 2007-07-22 05:20:32 +0000 | |
---|---|---|
committer | 2007-07-22 05:20:32 +0000 | |
commit | 27284c4ad0e9b655cc70d2b8f73b523fb77f8ae0 (patch) | |
tree | dc00d152670ffe82aa7028005e26afa89e069006 /x11-plugins/wmbutton | |
parent | Javadocs update. (diff) | |
download | gentoo-2-27284c4ad0e9b655cc70d2b8f73b523fb77f8ae0.tar.gz gentoo-2-27284c4ad0e9b655cc70d2b8f73b523fb77f8ae0.tar.bz2 gentoo-2-27284c4ad0e9b655cc70d2b8f73b523fb77f8ae0.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-plugins/wmbutton')
-rw-r--r-- | x11-plugins/wmbutton/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmbutton/wmbutton-0.5.ebuild | 17 |
2 files changed, 12 insertions, 12 deletions
diff --git a/x11-plugins/wmbutton/ChangeLog b/x11-plugins/wmbutton/ChangeLog index d833f4d1cbfe..f33a9b2e3909 100644 --- a/x11-plugins/wmbutton/ChangeLog +++ b/x11-plugins/wmbutton/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmbutton -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.10 2006/10/27 08:36:32 s4t4n Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.11 2007/07/22 05:20:32 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmbutton-0.5.ebuild: + Drop virtual/x11 references. 24 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> wmbutton-0.5.ebuild: Fixed modular X dependancies. Closes bug #150645 diff --git a/x11-plugins/wmbutton/wmbutton-0.5.ebuild b/x11-plugins/wmbutton/wmbutton-0.5.ebuild index 998e2becbe0d..ef20ade294a5 100644 --- a/x11-plugins/wmbutton/wmbutton-0.5.ebuild +++ b/x11-plugins/wmbutton/wmbutton-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.5.ebuild,v 1.10 2006/10/27 08:36:32 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.5.ebuild,v 1.11 2007/07/22 05:20:32 dberkholz Exp $ inherit eutils @@ -11,14 +11,11 @@ SRC_URI="http://www.dockapps.org/download.php/id/454/${P}.tar.gz mirror://gentoo/${PN}-buttons.xpm" HOMEPAGE="http://www.dockapps.org/file.php/id/241" -DEPEND=" - || ( ( - x11-proto/xproto - x11-proto/xextproto - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm ) - virtual/x11 )" +DEPEND="x11-proto/xproto + x11-proto/xextproto + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" SLOT="0" LICENSE="GPL-2" |