diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-22 00:15:25 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-22 00:15:25 -0200 |
commit | bd0b920a231335da2d001fa80d6e59b6953a029f (patch) | |
tree | c0b80f1a4d70db117c94b329d752220d6b896bc7 /libre/iceweasel/PKGBUILD | |
parent | 7a805c1a5ae917cd78aff9b71fac8bfb2ebc8e9a (diff) | |
download | abslibre-bd0b920a231335da2d001fa80d6e59b6953a029f.tar.gz abslibre-bd0b920a231335da2d001fa80d6e59b6953a029f.tar.bz2 abslibre-bd0b920a231335da2d001fa80d6e59b6953a029f.zip |
remove duplicated yasm on iceweasel
Diffstat (limited to 'libre/iceweasel/PKGBUILD')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index 0cf636478..3af3b3571 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -30,7 +30,6 @@ arch=(i686 x86_64 mips64el) license=(MPL GPL LGPL) depends=(alsa-lib dbus-glib desktop-file-utils gtk2 hicolor-icon-theme hunspell icu libevent libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification) makedepends=(autoconf2.13 diffutils gst-plugins-base-libs imagemagick imake inetutils libidl2 libpulse librsvg libxslt mesa pkg-config python2 quilt unzip yasm zip) -[ "$CARCH" != "mips64el" ] && makedepends+=('yasm') options=(!emptydirs !makeflags debug) if $_pgo; then makedepends+=(xorg-server-xvfb) |