diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-28 18:33:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-29 09:14:35 +0100 |
commit | 1e81cf3f559913cacb995aaa5818e3c5ba354799 (patch) | |
tree | 39b0e590cb301e5d4aad518b3852dc6bd03cd003 /x11-wm/openbox | |
parent | sci-geosciences/gpsd: python_export_best → python_setup (diff) | |
download | gentoo-1e81cf3f559913cacb995aaa5818e3c5ba354799.tar.gz gentoo-1e81cf3f559913cacb995aaa5818e3c5ba354799.tar.bz2 gentoo-1e81cf3f559913cacb995aaa5818e3c5ba354799.zip |
x11-wm/openbox: python_export_best → python_setup
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/openbox-3.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/openbox/openbox-3.6.1.ebuild b/x11-wm/openbox/openbox-3.6.1.ebuild index 4fee4c0952ca..35d268b94df5 100644 --- a/x11-wm/openbox/openbox-3.6.1.ebuild +++ b/x11-wm/openbox/openbox-3.6.1.ebuild @@ -50,7 +50,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto" src_prepare() { - use xdg && python_export_best + use xdg && python_setup epatch "${FILESDIR}"/${PN}-3.5.2-gnome-session.patch sed -i \ -e "s:-O0 -ggdb ::" \ |