diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-10 02:59:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-10 02:59:55 +0000 |
commit | ba5195ab7264ed2a76ded507a623152b59533821 (patch) | |
tree | c0851f28e2aee998580b52ef69594515d672de41 /media-gfx/inkscape | |
parent | Drop usage of boost-utils since it's now pointless. (diff) | |
download | gentoo-2-ba5195ab7264ed2a76ded507a623152b59533821.tar.gz gentoo-2-ba5195ab7264ed2a76ded507a623152b59533821.tar.bz2 gentoo-2-ba5195ab7264ed2a76ded507a623152b59533821.zip |
Drop usage of boost-utils since it's now pointless.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'media-gfx/inkscape')
-rw-r--r-- | media-gfx/inkscape/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-0.48.3.1.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/inkscape/ChangeLog b/media-gfx/inkscape/ChangeLog index a01ea193182d..e19daf08656a 100644 --- a/media-gfx/inkscape/ChangeLog +++ b/media-gfx/inkscape/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/inkscape # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.187 2012/09/30 01:05:56 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.188 2012/11/10 02:59:55 flameeyes Exp $ + + 10 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> inkscape-0.48.3.1.ebuild: + Drop usage of boost-utils since it's now pointless. 30 Sep 2012; Tim Harder <radhermit@gentoo.org> inkscape-0.48.3.1.ebuild, +files/inkscape-0.48.3.1-desktop.patch: diff --git a/media-gfx/inkscape/inkscape-0.48.3.1.ebuild b/media-gfx/inkscape/inkscape-0.48.3.1.ebuild index 04104a07af19..46208d9d919f 100644 --- a/media-gfx/inkscape/inkscape-0.48.3.1.ebuild +++ b/media-gfx/inkscape/inkscape-0.48.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.3.1.ebuild,v 1.14 2012/09/30 01:05:56 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.3.1.ebuild,v 1.15 2012/11/10 02:59:55 flameeyes Exp $ EAPI=4 @@ -9,7 +9,7 @@ PYTHON_USE_WITH="xml" GCONF_DEBUG=no -inherit autotools eutils flag-o-matic gnome2 python boost-utils +inherit autotools eutils flag-o-matic gnome2 python MY_P="${P/_/}" S="${WORKDIR}/${MY_P}" @@ -97,9 +97,6 @@ src_configure() { $(use_with spell aspell) $(use_with spell gtkspell)" - # support building with >=boost-1.50 - append-cppflags -I$(boost-utils_get_includedir) - # aliasing unsafe wrt #310393 append-flags -fno-strict-aliasing gnome2_src_configure |