summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 13:46:48 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 13:46:48 +0000
commit0284304f6abe0cc725112cfb5486ec91f0e431ce (patch)
treedd238f63ea4402d91c7b3de4b08e21d73fd7e249 /x11-misc/wininfo
parentfix older versions for modular X too (diff)
downloadhistorical-0284304f6abe0cc725112cfb5486ec91f0e431ce.tar.gz
historical-0284304f6abe0cc725112cfb5486ec91f0e431ce.tar.bz2
historical-0284304f6abe0cc725112cfb5486ec91f0e431ce.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/wininfo')
-rw-r--r--x11-misc/wininfo/ChangeLog7
-rw-r--r--x11-misc/wininfo/wininfo-0.7.ebuild7
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() {