diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-20 00:21:55 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-20 00:21:55 +0000 |
commit | 353002714ac0eaab4f1b6088db7879914d7a9fa2 (patch) | |
tree | cbc5c2ea060c237cd65a9b87f715d56e717eb29e /x11-misc/wininfo | |
parent | stable x86 (diff) | |
download | gentoo-2-353002714ac0eaab4f1b6088db7879914d7a9fa2.tar.gz gentoo-2-353002714ac0eaab4f1b6088db7879914d7a9fa2.tar.bz2 gentoo-2-353002714ac0eaab4f1b6088db7879914d7a9fa2.zip |
stable x86
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/wininfo')
-rw-r--r-- | x11-misc/wininfo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/wininfo/wininfo-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/wininfo/ChangeLog b/x11-misc/wininfo/ChangeLog index 41d90856bd86..a2422e448f48 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.2 2005/06/15 14:16:33 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.3 2005/06/20 00:21:55 smithj Exp $ + + 20 Jun 2005; Jonathan Smith <smithj@gentoo.org> wininfo-0.7.ebuild: + stable x86 15 Jun 2005; Jonathan Smith <smithj@gentoo.org> wininfo-0.7.ebuild: fixed src_uri for #90152 diff --git a/x11-misc/wininfo/wininfo-0.7.ebuild b/x11-misc/wininfo/wininfo-0.7.ebuild index cf0a7d25d456..eadbd0cf08e2 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 # 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.3 2005/06/15 14:16:33 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.4 2005/06/20 00:21:55 smithj Exp $ IUSE="" @@ -9,7 +9,7 @@ HOMEPAGE="http://freedesktop.org/Software/wininfo" SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/x11 >=x11-libs/gtk+-2" |