diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 18:19:39 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 18:19:39 +0000 |
commit | e470561b1f4374451f632857f948558550d8ab63 (patch) | |
tree | 3457cf48d33375c8f3a5d2e87908b7067003cd37 /x11-misc | |
parent | Fix to ebuild. Thanks to Arfrever. (diff) | |
download | gentoo-2-e470561b1f4374451f632857f948558550d8ab63.tar.gz gentoo-2-e470561b1f4374451f632857f948558550d8ab63.tar.bz2 gentoo-2-e470561b1f4374451f632857f948558550d8ab63.zip |
x86 stable wrt bug #395765
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xscreensaver/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xscreensaver/xscreensaver-5.15.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/xscreensaver/ChangeLog b/x11-misc/xscreensaver/ChangeLog index ebbb2d320852..f7246a772ad9 100644 --- a/x11-misc/xscreensaver/ChangeLog +++ b/x11-misc/xscreensaver/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xscreensaver -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.299 2011/12/30 04:44:35 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.300 2012/01/04 18:19:39 phajdan.jr Exp $ + + 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + xscreensaver-5.15.ebuild: + x86 stable wrt bug #395765 30 Dec 2011; Jeroen Roovers <jer@gentoo.org> xscreensaver-5.15.ebuild: Stable for HPPA (bug #395765). diff --git a/x11-misc/xscreensaver/xscreensaver-5.15.ebuild b/x11-misc/xscreensaver/xscreensaver-5.15.ebuild index ccfe33fad180..70a23135a73a 100644 --- a/x11-misc/xscreensaver/xscreensaver-5.15.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-5.15.ebuild @@ -1,6 +1,6 @@ -# 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-misc/xscreensaver/xscreensaver-5.15.ebuild,v 1.4 2011/12/30 04:44:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.15.ebuild,v 1.5 2012/01/04 18:19:39 phajdan.jr Exp $ EAPI=4 inherit autotools eutils flag-o-matic multilib pam @@ -11,7 +11,7 @@ SRC_URI="http://www.jwz.org/xscreensaver/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="jpeg new-login opengl pam suid xinerama" RDEPEND="x11-libs/libXmu |