diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-02 09:27:33 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-02 09:27:33 +0000 |
commit | fca551966dd0615d1ef15964bd7db0971dad6894 (patch) | |
tree | 870fb103f20794edf7d41d11d92472e60c5ab21d /x11-misc/basket | |
parent | Update to Linux 2.6.17.3. Fix link detection on VIA Velocity ethernet. Fix so... (diff) | |
download | gentoo-2-fca551966dd0615d1ef15964bd7db0971dad6894.tar.gz gentoo-2-fca551966dd0615d1ef15964bd7db0971dad6894.tar.bz2 gentoo-2-fca551966dd0615d1ef15964bd7db0971dad6894.zip |
Fixed DEPEND to use virtual/fam - see bug #138805.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'x11-misc/basket')
-rw-r--r-- | x11-misc/basket/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/basket/basket-0.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/basket/ChangeLog b/x11-misc/basket/ChangeLog index 97bc23860695..7712049cfe7a 100644 --- a/x11-misc/basket/ChangeLog +++ b/x11-misc/basket/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/basket # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/ChangeLog,v 1.14 2006/07/01 19:45:15 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/ChangeLog,v 1.15 2006/07/02 09:27:33 nelchael Exp $ + + 02 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> basket-0.5.0.ebuild: + Fixed DEPEND to use virtual/fam - see bug #138805. 01 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> basket-0.5.0.ebuild: Added fam to DEPEND - fixes bug #137593. diff --git a/x11-misc/basket/basket-0.5.0.ebuild b/x11-misc/basket/basket-0.5.0.ebuild index 75823e96010a..31b7bf17d1ef 100644 --- a/x11-misc/basket/basket-0.5.0.ebuild +++ b/x11-misc/basket/basket-0.5.0.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-misc/basket/basket-0.5.0.ebuild,v 1.7 2006/07/01 19:45:15 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/basket-0.5.0.ebuild,v 1.8 2006/07/02 09:27:33 nelchael Exp $ inherit eutils kde autotools @@ -13,7 +13,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ppc x86" IUSE="" -DEPEND="app-admin/fam" +DEPEND="virtual/fam" need-kde 3.3 |