diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-22 00:14:45 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-22 00:14:45 -0200 |
commit | 7a805c1a5ae917cd78aff9b71fac8bfb2ebc8e9a (patch) | |
tree | 4067c57bfbeef09df3b15a23d9fee19b8f34b8cb /libre | |
parent | c4854600c348a1c1098c0ee32b72f5466a44389a (diff) | |
download | abslibre-7a805c1a5ae917cd78aff9b71fac8bfb2ebc8e9a.tar.gz abslibre-7a805c1a5ae917cd78aff9b71fac8bfb2ebc8e9a.tar.bz2 abslibre-7a805c1a5ae917cd78aff9b71fac8bfb2ebc8e9a.zip |
remove duplicated yasm on icecat
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icecat/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 8bb915050..27ae22420 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -21,7 +21,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=(diffutils gst-plugins-base-libs imake inetutils libpulse mesa python2 yasm unzip zip) -[ "$CARCH" != "mips64el" ] && makedepends+=('yasm') options=(!emptydirs !makeflags debug) if $_pgo; then makedepends+=(xorg-server-xvfb) |