diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-14 13:39:31 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-14 14:46:29 +0100 |
commit | 6ca89c808f7782cd44ea1f03e591765415ad645c (patch) | |
tree | ab1ed0b6bebddf9590437180c1acfefba25c55b6 /x11-libs | |
parent | gnome-base/gnome-control-center: Drop old (diff) | |
download | gentoo-6ca89c808f7782cd44ea1f03e591765415ad645c.tar.gz gentoo-6ca89c808f7782cd44ea1f03e591765415ad645c.tar.bz2 gentoo-6ca89c808f7782cd44ea1f03e591765415ad645c.zip |
x11-libs/vte: Stop using obsolete configure option
Package-Manager: portage-2.2.24
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vte/vte-0.42.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-libs/vte/vte-0.42.1.ebuild b/x11-libs/vte/vte-0.42.1.ebuild index a12610825d6d..909abbd253eb 100644 --- a/x11-libs/vte/vte-0.42.1.ebuild +++ b/x11-libs/vte/vte-0.42.1.ebuild @@ -60,7 +60,6 @@ src_configure() { # Python bindings are via gobject-introspection # Ex: from gi.repository import Vte gnome2_src_configure \ - --disable-deprecation \ --disable-test-application \ --disable-static \ $(use_enable debug) \ |