diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 13:00:23 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 13:00:23 +0000 |
commit | 708e5a797bb7285e066ed429fa7447c5fa3bac44 (patch) | |
tree | 36accfe61998a93b201c7e811dded8698021174d /x11-misc/jaffm | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-708e5a797bb7285e066ed429fa7447c5fa3bac44.tar.gz gentoo-2-708e5a797bb7285e066ed429fa7447c5fa3bac44.tar.bz2 gentoo-2-708e5a797bb7285e066ed429fa7447c5fa3bac44.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/jaffm')
-rw-r--r-- | x11-misc/jaffm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/jaffm/jaffm-1.2.1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/jaffm/ChangeLog b/x11-misc/jaffm/ChangeLog index fe555334f4b2..305fd670005d 100644 --- a/x11-misc/jaffm/ChangeLog +++ b/x11-misc/jaffm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/jaffm -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/ChangeLog,v 1.10 2005/11/01 15:08:22 nelchael Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/ChangeLog,v 1.11 2006/01/21 13:00:23 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> jaffm-1.2.1.ebuild: + Fixed DEPEND for modular X. 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> jaffm-1.0.ebuild, jaffm-1.2.1.ebuild: diff --git a/x11-misc/jaffm/jaffm-1.2.1.ebuild b/x11-misc/jaffm/jaffm-1.2.1.ebuild index 399faca823e1..a34f8c9dafdf 100644 --- a/x11-misc/jaffm/jaffm-1.2.1.ebuild +++ b/x11-misc/jaffm/jaffm-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/jaffm-1.2.1.ebuild,v 1.4 2005/11/01 15:08:22 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/jaffm-1.2.1.ebuild,v 1.5 2006/01/21 13:00:23 nelchael Exp $ inherit eutils @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" -DEPEND="virtual/x11 - >=x11-libs/wxGTK-2.6" +DEPEND=">=x11-libs/wxGTK-2.6" src_unpack() { unpack "${A}" |