diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-04-24 14:13:36 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-04-24 14:13:36 +0000 |
commit | 0a7848fb6424f7b9836d849b42b6466d777cc518 (patch) | |
tree | 2c704ee1e00f18398f9d449b883f9121d6651851 /media-video | |
parent | Build and install html documentation into the correct location, based on the ... (diff) | |
download | gentoo-2-0a7848fb6424f7b9836d849b42b6466d777cc518.tar.gz gentoo-2-0a7848fb6424f7b9836d849b42b6466d777cc518.tar.bz2 gentoo-2-0a7848fb6424f7b9836d849b42b6466d777cc518.zip |
drop now unneeded append-flags
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-9999.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 1038ea4eb95a..e7c6b81b3001 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/mplayer # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.729 2010/04/24 13:56:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.730 2010/04/24 14:13:36 aballier Exp $ + + 24 Apr 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild: + drop now unneeded append-flags 24 Apr 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild: Build and install html documentation into the correct location, based on diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild index 1a24ad9b6000..8ac00d010853 100644 --- a/media-video/mplayer/mplayer-9999.ebuild +++ b/media-video/mplayer/mplayer-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.46 2010/04/24 13:56:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.47 2010/04/24 14:13:36 aballier Exp $ EAPI="2" @@ -560,7 +560,6 @@ src_configure() { append-ldflags -nopie fi - append-flags -D__STDC_LIMIT_MACROS is-flag -O? || append-flags -O2 if use x86 || use x86-fbsd; then use debug || append-flags -fomit-frame-pointer |