diff options
author | David Shakaryan <omp@gentoo.org> | 2007-02-03 23:06:19 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2007-02-03 23:06:19 +0000 |
commit | d8d0432d45cfb3e0d4d0486e45ac00e1c3823bc1 (patch) | |
tree | abd137ea30f9219249e1745e12e0f7ff987650f2 /x11-misc/xdiskusage | |
parent | amd64 stable, bug 163984 (diff) | |
download | gentoo-2-d8d0432d45cfb3e0d4d0486e45ac00e1c3823bc1.tar.gz gentoo-2-d8d0432d45cfb3e0d4d0486e45ac00e1c3823bc1.tar.bz2 gentoo-2-d8d0432d45cfb3e0d4d0486e45ac00e1c3823bc1.zip |
Remove virtual/glut from dependencies. (bug #45141)
(Portage version: 2.1.2-r6)
Diffstat (limited to 'x11-misc/xdiskusage')
-rw-r--r-- | x11-misc/xdiskusage/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xdiskusage/xdiskusage-1.48.ebuild | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/x11-misc/xdiskusage/ChangeLog b/x11-misc/xdiskusage/ChangeLog index e6a5edd00479..0ce4f03c90c8 100644 --- a/x11-misc/xdiskusage/ChangeLog +++ b/x11-misc/xdiskusage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xdiskusage -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.13 2006/09/21 12:14:51 nelchael Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.14 2007/02/03 23:06:19 omp Exp $ + + 03 Feb 2007; David Shakaryan <omp@gentoo.org> xdiskusage-1.48.ebuild: + Remove virtual/glut from dependencies. (bug #45141) 21 Sep 2006; Krzysiek Pawlik <nelchael@gentoo.org> +files/xdiskusage-1.48-amd64.patch, xdiskusage-1.48.ebuild: diff --git a/x11-misc/xdiskusage/xdiskusage-1.48.ebuild b/x11-misc/xdiskusage/xdiskusage-1.48.ebuild index 8422aa7192c3..9348b035d01e 100644 --- a/x11-misc/xdiskusage/xdiskusage-1.48.ebuild +++ b/x11-misc/xdiskusage/xdiskusage-1.48.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-misc/xdiskusage/xdiskusage-1.48.ebuild,v 1.5 2006/09/21 12:14:51 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48.ebuild,v 1.6 2007/02/03 23:06:19 omp Exp $ inherit eutils @@ -13,14 +13,12 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -DEPEND="x11-libs/fltk - virtual/glut" +DEPEND="x11-libs/fltk" +RDEPEND="${DEPEND}" src_unpack() { - unpack ${A} epatch "${FILESDIR}/${P}-amd64.patch" - } src_compile() { |