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 | 7c9177f8cb7dce626c1839ed5bcf7c13eebfb61f (patch) | |
tree | c90542164809b5bba5c041d9c70f3ef50d4d7a7b /x11-misc/wininfo | |
parent | stable x86 and added metadata (diff) | |
download | historical-7c9177f8cb7dce626c1839ed5bcf7c13eebfb61f.tar.gz historical-7c9177f8cb7dce626c1839ed5bcf7c13eebfb61f.tar.bz2 historical-7c9177f8cb7dce626c1839ed5bcf7c13eebfb61f.zip |
stable x86
Package-Manager: portage-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" |