diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-12-28 19:16:34 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-12-28 19:16:34 +0000 |
commit | a1e81e6d1d1c4718538c4233830cfd255a8720cd (patch) | |
tree | 59ee0907d7a50190452bb6a640ad1f94c36a4ff4 /x11-misc/xscreensaver | |
parent | Fix bug #111769. Thanks to Alexey Maximov. (diff) | |
download | gentoo-2-a1e81e6d1d1c4718538c4233830cfd255a8720cd.tar.gz gentoo-2-a1e81e6d1d1c4718538c4233830cfd255a8720cd.tar.bz2 gentoo-2-a1e81e6d1d1c4718538c4233830cfd255a8720cd.zip |
Fix bug #113681. Stable on x86.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-misc/xscreensaver')
-rw-r--r-- | x11-misc/xscreensaver/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xscreensaver/xscreensaver-4.23.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xscreensaver/ChangeLog b/x11-misc/xscreensaver/ChangeLog index 472c599cb32f..d658a5c43252 100644 --- a/x11-misc/xscreensaver/ChangeLog +++ b/x11-misc/xscreensaver/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xscreensaver # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.119 2005/12/13 06:06:15 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.120 2005/12/28 19:16:34 nelchael Exp $ + + 28 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org> + xscreensaver-4.23.ebuild: + Fix bug #113681. Stable on x86. 13 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; xscreensaver-4.23.ebuild: diff --git a/x11-misc/xscreensaver/xscreensaver-4.23.ebuild b/x11-misc/xscreensaver/xscreensaver-4.23.ebuild index 5454e89f12db..d921733418b7 100644 --- a/x11-misc/xscreensaver/xscreensaver-4.23.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-4.23.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/xscreensaver/xscreensaver-4.23.ebuild,v 1.4 2005/12/13 06:06:15 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-4.23.ebuild,v 1.5 2005/12/28 19:16:34 nelchael Exp $ inherit eutils flag-o-matic pam fixheadtails autotools @@ -11,7 +11,7 @@ SRC_URI="http://www.jwz.org/xscreensaver/${P}.tar.gz" HOMEPAGE="http://www.jwz.org/xscreensaver/" LICENSE="BSD" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" SLOT="0" # NOTE: ignore app-games/fortune-mod as a dep. it is pluggable and won't @@ -98,8 +98,7 @@ src_unpack() { # Fix for modular X: epatch "${FILESDIR}/${PN}-4.23-app-defaults.patch" - eautoconf - eautomake + eautoreconf # change old head/tail to POSIX ones #cd hacks |