diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-20 20:28:26 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-20 20:28:26 -0200 |
commit | 268353fc440bd8926e04758bb7457e3793024362 (patch) | |
tree | 07a00ebae1491dcb685d82a498a12a7cc3cd13c2 /libre/iceweasel-libre | |
parent | c1d36ceb2a87f32154cf54c7d3c17bbee6ea2ba0 (diff) | |
download | abslibre-268353fc440bd8926e04758bb7457e3793024362.tar.gz abslibre-268353fc440bd8926e04758bb7457e3793024362.tar.bz2 abslibre-268353fc440bd8926e04758bb7457e3793024362.zip |
fixing license on mozilla packages
Diffstat (limited to 'libre/iceweasel-libre')
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index d0b7d7673..8616ce26c 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -31,7 +31,7 @@ fi pkgdesc="A libre version of Debian Iceweasel, the Browser based on Mozilla Firefox." arch=('i686' 'x86_64' 'mips64el') -license=('GPL2' 'MPL' 'LGPL') +license=('MPL' 'GPL' 'LGPL') depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'mozilla-searchplugins' 'nss>=3.14.1' 'sqlite3' 'startup-notification') makedepends=( 'autoconf2.13' 'diffutils' 'imagemagick' 'libidl2' 'librsvg' 'libxslt' 'mesa' 'pkg-config' 'python2' 'quilt' 'unzip' 'zip') [ "$CARCH" != "mips64el" ] && makedepends+=('yasm') |