diff options
author | 2011-01-04 16:30:31 +0000 | |
---|---|---|
committer | 2011-01-04 16:30:31 +0000 | |
commit | c555b6c8f9908f1a037fab0f1eda1319767631a4 (patch) | |
tree | 87b548fe097e1b1dea06fb3c1a676c0538f4b956 | |
parent | Some Clean up (diff) | |
download | gentoo-2-c555b6c8f9908f1a037fab0f1eda1319767631a4.tar.gz gentoo-2-c555b6c8f9908f1a037fab0f1eda1319767631a4.tar.bz2 gentoo-2-c555b6c8f9908f1a037fab0f1eda1319767631a4.zip |
Some Clean up
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
-rw-r--r-- | app-misc/birthday/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/birthday/birthday-1.6.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/birthday/ChangeLog b/app-misc/birthday/ChangeLog index 49b398f1217a..d262715047a1 100644 --- a/app-misc/birthday/ChangeLog +++ b/app-misc/birthday/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/birthday -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/ChangeLog,v 1.18 2008/03/27 19:17:43 nixnut Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/ChangeLog,v 1.19 2011/01/04 16:30:31 jlec Exp $ + + 04 Jan 2011; Justin Lecher <jlec@gentoo.org> birthday-1.6.2.ebuild: + Some Clean up 27 Mar 2008; nixnut <nixnut@gentoo.org> birthday-1.6.2.ebuild: Stable on ppc wrt bug 214921 diff --git a/app-misc/birthday/birthday-1.6.2.ebuild b/app-misc/birthday/birthday-1.6.2.ebuild index 70f3f863eb0d..67224b2d9829 100644 --- a/app-misc/birthday/birthday-1.6.2.ebuild +++ b/app-misc/birthday/birthday-1.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/birthday-1.6.2.ebuild,v 1.5 2008/03/27 19:17:43 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/birthday-1.6.2.ebuild,v 1.6 2011/01/04 16:30:31 jlec Exp $ inherit toolchain-funcs @@ -19,7 +19,7 @@ src_unpack() { # Don't strip, install in correct share dir and respect CFLAGS sed -i -e "s:install -s:install:g" -e "s:#SHARE:SHARE:g" -e "s:-O2:${CFLAGS}:g" \ - Makefile + Makefile || die } src_compile() { |