summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-09-10 11:40:05 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-09-10 11:40:05 +0000
commit391871148b13f5907ecd7fdf28d154366182dabb (patch)
tree42f8daa188648b789cc954df955cb53a6ba1e8c6 /x11-misc/pcmanfm/pcmanfm-9999.ebuild
parentVersion bump, remove old. (diff)
downloadgentoo-2-391871148b13f5907ecd7fdf28d154366182dabb.tar.gz
gentoo-2-391871148b13f5907ecd7fdf28d154366182dabb.tar.bz2
gentoo-2-391871148b13f5907ecd7fdf28d154366182dabb.zip
Drop -O0. Bug #382265
(Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/pcmanfm/pcmanfm-9999.ebuild')
-rw-r--r--x11-misc/pcmanfm/pcmanfm-9999.ebuild23
1 files changed, 8 insertions, 15 deletions
diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild b/x11-misc/pcmanfm/pcmanfm-9999.ebuild
index 8c369d4f1c25..bfe0c3377255 100644
--- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild
+++ b/x11-misc/pcmanfm/pcmanfm-9999.ebuild
@@ -1,19 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.11 2011/08/09 22:36:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.12 2011/09/10 11:40:05 hwoarang Exp $
EAPI=3
-if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
- inherit autotools git-2
- SRC_URI=""
-else
- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-linux"
-fi
-
-inherit fdo-mime
+EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
+inherit autotools fdo-mime
DESCRIPTION="Fast lightweight tabbed filemanager"
HOMEPAGE="http://pcmanfm.sourceforge.net/"
@@ -21,6 +13,7 @@ HOMEPAGE="http://pcmanfm.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
IUSE="debug"
+KEYWORDS=""
COMMON_DEPEND=">=dev-libs/glib-2.18:2
>=x11-libs/gtk+-2.22.1:2
@@ -35,10 +28,10 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext"
src_prepare() {
- if [[ ${PV} == 9999 ]]; then
- intltoolize --force --copy --automake || die
- eautoreconf
- fi
+ intltoolize --force --copy --automake || die
+ # drop -O0. Bug #382265
+ sed -i -e "s:-O0::" "${S}"/configure.ac
+ eautoreconf
}
src_configure() {