diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-05-02 11:31:31 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-05-02 11:31:31 +0000 |
commit | b893619ae61eb4e9538b938aee76f8a4f6516e3f (patch) | |
tree | a19102c333aa029b234be2540d2f6973244e81b1 /app-misc | |
parent | fixed to use webapp_configfile function for include/config.php. closes bug #... (diff) | |
download | gentoo-2-b893619ae61eb4e9538b938aee76f8a4f6516e3f.tar.gz gentoo-2-b893619ae61eb4e9538b938aee76f8a4f6516e3f.tar.bz2 gentoo-2-b893619ae61eb4e9538b938aee76f8a4f6516e3f.zip |
Fixed bug #91146.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/linux-logo/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/linux-logo/linux-logo-4.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-misc/linux-logo/ChangeLog b/app-misc/linux-logo/ChangeLog index 110538a4fd68..0e2a5800a29e 100644 --- a/app-misc/linux-logo/ChangeLog +++ b/app-misc/linux-logo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/linux-logo # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.19 2005/05/01 20:31:36 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.20 2005/05/02 11:31:31 spock Exp $ + + 02 May 2005; Michał Januszewski <spock@gentoo.org> + linux-logo-4.12.ebuild: + Fixed bug #91146. *linux-logo-4.12 (01 May 2005) diff --git a/app-misc/linux-logo/linux-logo-4.12.ebuild b/app-misc/linux-logo/linux-logo-4.12.ebuild index b4b43a6863d8..c48e4b2ec9f6 100644 --- a/app-misc/linux-logo/linux-logo-4.12.ebuild +++ b/app-misc/linux-logo/linux-logo-4.12.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/app-misc/linux-logo/linux-logo-4.12.ebuild,v 1.2 2005/05/02 04:47:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-4.12.ebuild,v 1.3 2005/05/02 11:31:31 spock Exp $ inherit eutils @@ -28,7 +28,7 @@ src_unpack() { sed -i -e 's:.*Trying to open .*::' linux_logo.c if ! use nls ; then - sed -i 's:cd po && $(MAKE)::' Makefile + sed -i 's:cd po && $(MAKE):echo:' Makefile fi } |