diff options
Diffstat (limited to 'x11-plugins/wmfishtime')
-rw-r--r-- | x11-plugins/wmfishtime/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmfishtime/ChangeLog b/x11-plugins/wmfishtime/ChangeLog index bddffb7647d8..9085dc907701 100644 --- a/x11-plugins/wmfishtime/ChangeLog +++ b/x11-plugins/wmfishtime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmfishtime # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.25 2011/06/06 20:04:49 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.26 2011/12/03 10:51:04 hwoarang Exp $ + + 03 Dec 2011; Markos Chandras <hwoarang@gentoo.org> wmfishtime-1.24-r2.ebuild: + make it eapi4. Stable on amd64. bug #391647 06 Jun 2011; Bernard Cafarelli <voyageur@gentoo.org> files/wmfishtime-1.24-gtk.patch: diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild index fd19e631ec4a..4daeb51a6228 100644 --- a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild +++ b/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.3 2011/03/28 14:41:50 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.4 2011/12/03 10:51:04 hwoarang Exp $ -EAPI=3 +EAPI=4 inherit eutils toolchain-funcs DESCRIPTION="A fun clock applet for your desktop featuring swimming fish" @@ -11,7 +11,7 @@ SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="x11-libs/gtk+:2 @@ -26,7 +26,7 @@ src_prepare() { } src_compile() { - emake CC="$(tc-getCC)" || die "emake failed." + emake CC="$(tc-getCC)" } src_install() { |