diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 13:46:48 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 13:46:48 +0000 |
commit | 407b4ce4d23457a5b6253032486efc43b2aa1332 (patch) | |
tree | 266140dc135f2969895fbe4263bb3bc993189dbf /x11-misc/wininfo | |
parent | fix older versions for modular X too (diff) | |
download | gentoo-2-407b4ce4d23457a5b6253032486efc43b2aa1332.tar.gz gentoo-2-407b4ce4d23457a5b6253032486efc43b2aa1332.tar.bz2 gentoo-2-407b4ce4d23457a5b6253032486efc43b2aa1332.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/wininfo')
-rw-r--r-- | x11-misc/wininfo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/wininfo/wininfo-0.7.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/wininfo/ChangeLog b/x11-misc/wininfo/ChangeLog index 55f2d6e605fd..4546d700edd6 100644 --- a/x11-misc/wininfo/ChangeLog +++ b/x11-misc/wininfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wininfo -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.6 2005/12/10 15:48:46 metalgod Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.7 2006/01/21 13:46:48 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wininfo-0.7.ebuild: + Fixed DEPEND for modular X. 10 Dec 2005; Luis Medinas <metalgod@gentoo.org> wininfo-0.7.ebuild: Added ~amd64 keyword. diff --git a/x11-misc/wininfo/wininfo-0.7.ebuild b/x11-misc/wininfo/wininfo-0.7.ebuild index b457ce017e76..390896e649e5 100644 --- a/x11-misc/wininfo/wininfo-0.7.ebuild +++ b/x11-misc/wininfo/wininfo-0.7.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/wininfo/wininfo-0.7.ebuild,v 1.7 2005/12/10 15:48:46 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.8 2006/01/21 13:46:48 nelchael Exp $ IUSE="" @@ -10,8 +10,7 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -DEPEND="virtual/x11 - >=x11-libs/gtk+-2" +DEPEND=">=x11-libs/gtk+-2" src_install() { |