app-editors/gedit: remove redundant MERGE_TYPE check
authorGilles Dartiguelongue <eva@gentoo.org>
Sat, 2 Sep 2017 09:30:54 +0000 (11:30 +0200)
committerGilles Dartiguelongue <eva@gentoo.org>
Sat, 2 Sep 2017 10:09:36 +0000 (12:09 +0200)
The eclass does this already.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

app-editors/gedit/gedit-3.22.0.ebuild
app-editors/gedit/gedit-3.22.1.ebuild

index 3e3bc39dedf29b08e9e38c69eb201e50b7744f61..5524763def02f26ef7a534675a035f6b8d82e91d 100644 (file)
@@ -56,7 +56,7 @@ DEPEND="${COMMON_DEPEND}
 # yelp-tools, gnome-common needed to eautoreconf
 
 pkg_setup() {
-       use python && [[ ${MERGE_TYPE} != binary ]] && python-single-r1_pkg_setup
+       use python && python-single-r1_pkg_setup
 }
 
 src_prepare() {
index 4484dab3984988d23adb5b547645751eb5c44f5a..e931e8b99a06182bfb1f4f26085713a62b34520b 100644 (file)
@@ -56,7 +56,7 @@ DEPEND="${COMMON_DEPEND}
 # yelp-tools, gnome-common needed to eautoreconf
 
 pkg_setup() {
-       use python && [[ ${MERGE_TYPE} != binary ]] && python-single-r1_pkg_setup
+       use python && python-single-r1_pkg_setup
 }
 
 src_prepare() {