webkitgtk: re-enable x86 builds; fix indentation.
This commit is contained in:
parent
5f63a3cf4f
commit
c8e47dcd6e
|
@ -16,10 +16,6 @@ checksum=68f11559cb178679ca92acc9e3a3d7febede7acb7b98afd7fb761875bbc6bd23
|
|||
# ETOOHUGE
|
||||
nodebug=1
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
broken=yes
|
||||
fi
|
||||
|
||||
hostmakedepends="automake libtool perl python pkg-config intltool gperf flex
|
||||
ruby glib-devel geoclue2 gtk-doc $(vopt_if gir gobject-introspection)"
|
||||
makedepends="
|
||||
|
@ -92,7 +88,7 @@ webkitgtk-devel_package() {
|
|||
}
|
||||
|
||||
webkitgtk2_package() {
|
||||
short_desc="${short_desc/3/2}"
|
||||
short_desc="${short_desc/3/2}"
|
||||
replaces="webkit-gtk>=0"
|
||||
pkg_install() {
|
||||
cd $wrksrc/2.0
|
||||
|
|
Loading…
Reference in New Issue