diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-03-07 03:46:12 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-03-07 03:46:12 +0000 |
commit | c839eb56d6d334dbf0526229924b9569f57f8186 (patch) | |
tree | 4647c552ad1b33e3b4ecd7ebdd8ccf58807976da /x11-apps | |
parent | Enable nvidia gpu support re #400991 (diff) | |
download | gentoo-2-c839eb56d6d334dbf0526229924b9569f57f8186.tar.gz gentoo-2-c839eb56d6d334dbf0526229924b9569f57f8186.tar.bz2 gentoo-2-c839eb56d6d334dbf0526229924b9569f57f8186.zip |
add ~sparc-solaris, bug 406809
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xeyes/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xeyes/xeyes-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xeyes/ChangeLog b/x11-apps/xeyes/ChangeLog index 33ee03e3310e..404eea09c184 100644 --- a/x11-apps/xeyes/ChangeLog +++ b/x11-apps/xeyes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xeyes -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v 1.34 2011/08/10 15:06:06 mduft Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v 1.35 2012/03/07 03:46:12 darkside Exp $ + + 07 Mar 2012; Jeremy Olexa <darkside@gentoo.org> xeyes-1.1.1.ebuild: + add ~sparc-solaris, bug 406809 10 Aug 2011; Markus Duft <mduft@gentoo.org> xeyes-1.1.1.ebuild: added ~x86-interix prefix keyword diff --git a/x11-apps/xeyes/xeyes-1.1.1.ebuild b/x11-apps/xeyes/xeyes-1.1.1.ebuild index ef3fab314a7d..d210c871bfe8 100644 --- a/x11-apps/xeyes/xeyes-1.1.1.ebuild +++ b/x11-apps/xeyes/xeyes-1.1.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/xeyes-1.1.1.ebuild,v 1.9 2011/08/10 15:06:06 mduft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/xeyes-1.1.1.ebuild,v 1.10 2012/03/07 03:46:12 darkside Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="X.Org xeyes application" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~sparc64-solaris" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXt |