diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-11 04:19:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-11 04:19:45 +0000 |
commit | 8989a59e83d7b4117ba6a735bb584c04b59c5d78 (patch) | |
tree | a6bef8694f65419d95f30bde383428859ad302f0 /xfce-base | |
parent | Drop -fomit-frame-pointer filter for USE=profile. (diff) | |
download | gentoo-2-8989a59e83d7b4117ba6a735bb584c04b59c5d78.tar.gz gentoo-2-8989a59e83d7b4117ba6a735bb584c04b59c5d78.tar.bz2 gentoo-2-8989a59e83d7b4117ba6a735bb584c04b59c5d78.zip |
Drop -fomit-frame-pointer filter for USE=profile.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfconf/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/xfconf/xfconf-4.6.1-r1.ebuild | 11 | ||||
-rw-r--r-- | xfce-base/xfconf/xfconf-4.6.1.ebuild | 11 |
3 files changed, 12 insertions, 18 deletions
diff --git a/xfce-base/xfconf/ChangeLog b/xfce-base/xfconf/ChangeLog index 031a2c9a220a..9fe964fd764d 100644 --- a/xfce-base/xfconf/ChangeLog +++ b/xfce-base/xfconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/xfconf -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.18 2009/12/26 04:01:35 darkside Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.19 2010/01/11 04:19:45 vapier Exp $ + + 11 Jan 2010; Mike Frysinger <vapier@gentoo.org> xfconf-4.6.1.ebuild, + xfconf-4.6.1-r1.ebuild: + Drop -fomit-frame-pointer filter for USE=profile. *xfconf-4.6.1-r1 (26 Dec 2009) diff --git a/xfce-base/xfconf/xfconf-4.6.1-r1.ebuild b/xfce-base/xfconf/xfconf-4.6.1-r1.ebuild index 94da565ab11a..1890d3e333dd 100644 --- a/xfce-base/xfconf/xfconf-4.6.1-r1.ebuild +++ b/xfce-base/xfconf/xfconf-4.6.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.6.1-r1.ebuild,v 1.1 2009/12/26 04:01:35 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.6.1-r1.ebuild,v 1.2 2010/01/11 04:19:45 vapier Exp $ EAPI=2 -inherit flag-o-matic xfconf +inherit xfconf DESCRIPTION="Xfce configuration daemon and utilities" HOMEPAGE="http://www.xfce.org" @@ -37,11 +37,6 @@ pkg_setup() { DOCS="AUTHORS ChangeLog NEWS TODO" } -src_configure() { - use profile && filter-flags -fomit-frame-pointer - xfconf_src_configure -} - src_compile() { emake OTHERLDFLAGS="${LDFLAGS}" || die "emake failed" } diff --git a/xfce-base/xfconf/xfconf-4.6.1.ebuild b/xfce-base/xfconf/xfconf-4.6.1.ebuild index 6534524135ba..1b805608befa 100644 --- a/xfce-base/xfconf/xfconf-4.6.1.ebuild +++ b/xfce-base/xfconf/xfconf-4.6.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.6.1.ebuild,v 1.14 2009/10/06 21:33:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.6.1.ebuild,v 1.15 2010/01/11 04:19:45 vapier Exp $ EAPI=2 -inherit flag-o-matic xfconf +inherit xfconf DESCRIPTION="Xfce configuration daemon and utilities" HOMEPAGE="http://www.xfce.org" @@ -36,11 +36,6 @@ pkg_setup() { DOCS="AUTHORS ChangeLog NEWS TODO" } -src_configure() { - use profile && filter-flags -fomit-frame-pointer - xfconf_src_configure -} - src_compile() { emake OTHERLDFLAGS="${LDFLAGS}" || die "emake failed" } |