diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-03-03 05:17:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-03-03 05:17:58 +0000 |
commit | 3453423aae94aecf9516bff25464675768e0abae (patch) | |
tree | 6849cf2c9e96fd4d582c659af47ad94027590489 /x11-terms/yeahconsole | |
parent | amd64 stable, bug 260088 (diff) | |
download | gentoo-2-3453423aae94aecf9516bff25464675768e0abae.tar.gz gentoo-2-3453423aae94aecf9516bff25464675768e0abae.tar.bz2 gentoo-2-3453423aae94aecf9516bff25464675768e0abae.zip |
Update patch for --as-needed and revision bump (bug #120112 comment #10).
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'x11-terms/yeahconsole')
-rw-r--r-- | x11-terms/yeahconsole/ChangeLog | 9 | ||||
-rw-r--r-- | x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch | 2 | ||||
-rw-r--r-- | x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild (renamed from x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild) | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/x11-terms/yeahconsole/ChangeLog b/x11-terms/yeahconsole/ChangeLog index 972da94dbbad..d0d4b1f497cd 100644 --- a/x11-terms/yeahconsole/ChangeLog +++ b/x11-terms/yeahconsole/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-terms/yeahconsole # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/ChangeLog,v 1.5 2009/02/26 16:49:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/ChangeLog,v 1.6 2009/03/03 05:17:57 jer Exp $ + +*yeahconsole-0.3.4-r1 (03 Mar 2009) + + 03 Mar 2009; Jeroen Roovers <jer@gentoo.org> + files/yeahconsole-0.3.4-make.patch, -yeahconsole-0.3.4.ebuild, + +yeahconsole-0.3.4-r1.ebuild: + Update patch for --as-needed and revision bump (bug #120112 comment #10). 26 Feb 2009; Jeroen Roovers <jer@gentoo.org> yeahconsole-0.3.4.ebuild: Clarify terminal emulator requirement better. diff --git a/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch b/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch index a3ffa5ba4b61..6348ad95878a 100644 --- a/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch +++ b/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch @@ -20,7 +20,7 @@ $(TARGET): $(OBJECTS) - $(CC) $(DEFINES) $(INCLUDES) $(LIB_DIRS) $(LIBS) -o $@ $< - strip $@ -+ $(CC) $(FLAGS) $(LDFLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) $(LIBS) -o $@ $< ++ $(CC) $(FLAGS) $(LDFLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) -o $@ $< $(LIBS) $(OBJECTS): $(SOURCES) - $(CC) $(FLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) -c -o $@ $< diff --git a/x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild b/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild index 484d48acd96a..b79ac89605a8 100644 --- a/x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild +++ b/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild,v 1.3 2009/02/26 16:49:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild,v 1.1 2009/03/03 05:17:57 jer Exp $ inherit eutils toolchain-funcs |