diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-11-14 19:04:09 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-11-14 19:04:09 +0000 |
commit | 8629b3c9cc5bc0140d61a69bee106e12ef2cadd8 (patch) | |
tree | 313c765cd1b9112a7bf4bed7c4ae35982a545c32 /x11-misc/xdiskusage | |
parent | Restrict fltk dependency to SLOT 1.1 (bug #246445). (diff) | |
download | gentoo-2-8629b3c9cc5bc0140d61a69bee106e12ef2cadd8.tar.gz gentoo-2-8629b3c9cc5bc0140d61a69bee106e12ef2cadd8.tar.bz2 gentoo-2-8629b3c9cc5bc0140d61a69bee106e12ef2cadd8.zip |
Restrict fltk dependency to SLOT 1.1 (bug #246445).
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'x11-misc/xdiskusage')
-rw-r--r-- | x11-misc/xdiskusage/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xdiskusage/xdiskusage-1.48.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-misc/xdiskusage/ChangeLog b/x11-misc/xdiskusage/ChangeLog index fe1b65e18505..137a9a38e8b4 100644 --- a/x11-misc/xdiskusage/ChangeLog +++ b/x11-misc/xdiskusage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xdiskusage -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.15 2007/08/02 13:26:20 uberlord Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.16 2008/11/14 19:04:09 coldwind Exp $ + + 14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org> + xdiskusage-1.48.ebuild: + Restrict fltk dependency to SLOT 1.1 (bug #246445). 02 Aug 2007; Roy Marples <uberlord@gentoo.org> xdiskusage-1.48.ebuild: Keyworded ~x86-fbsd, #156902 thanks to Marc Kowarsky. diff --git a/x11-misc/xdiskusage/xdiskusage-1.48.ebuild b/x11-misc/xdiskusage/xdiskusage-1.48.ebuild index 55f979f65614..036e6d9fcbb1 100644 --- a/x11-misc/xdiskusage/xdiskusage-1.48.ebuild +++ b/x11-misc/xdiskusage/xdiskusage-1.48.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.7 2007/08/02 13:26:20 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48.ebuild,v 1.8 2008/11/14 19:04:09 coldwind Exp $ + +EAPI=1 inherit eutils @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" IUSE="" -DEPEND="x11-libs/fltk" +DEPEND="x11-libs/fltk:1.1" RDEPEND="${DEPEND}" src_unpack() { |