diff options
author | 2010-08-19 00:04:33 +0000 | |
---|---|---|
committer | 2010-08-19 00:04:33 +0000 | |
commit | 95f0256978601cc59039520de1644db4d271efb9 (patch) | |
tree | e06f7a24852b18c193e173b7397f3dbdc0760543 /x11-apps/viewres | |
parent | svn -> live (diff) | |
download | historical-95f0256978601cc59039520de1644db4d271efb9.tar.gz historical-95f0256978601cc59039520de1644db4d271efb9.tar.bz2 historical-95f0256978601cc59039520de1644db4d271efb9.zip |
Works on AMD64.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/viewres')
-rw-r--r-- | x11-apps/viewres/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/viewres/viewres-1.0.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-apps/viewres/ChangeLog b/x11-apps/viewres/ChangeLog index dda912ad2d74..62de7a0c2cef 100644 --- a/x11-apps/viewres/ChangeLog +++ b/x11-apps/viewres/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/viewres -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/viewres/ChangeLog,v 1.22 2009/07/07 01:31:36 jer Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/viewres/ChangeLog,v 1.23 2010/08/19 00:00:37 robbat2 Exp $ + + 19 Aug 2010; Robin H. Johnson <robbat2@gentoo.org> + viewres-1.0.1-r1.ebuild: + Works on AMD64. 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> viewres-1.0.1-r1.ebuild: Stable for HPPA too. diff --git a/x11-apps/viewres/viewres-1.0.1-r1.ebuild b/x11-apps/viewres/viewres-1.0.1-r1.ebuild index a84a2343de4f..14d9d42097e4 100644 --- a/x11-apps/viewres/viewres-1.0.1-r1.ebuild +++ b/x11-apps/viewres/viewres-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/viewres/viewres-1.0.1-r1.ebuild,v 1.8 2009/07/07 01:31:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/viewres/viewres-1.0.1-r1.ebuild,v 1.9 2010/08/19 00:00:37 robbat2 Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="graphical class browser for Xt" -KEYWORDS="arm hppa ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~amd64" IUSE="" RDEPEND="x11-libs/libXaw" |