diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-05-03 19:46:17 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-05-03 19:46:17 +0000 |
commit | a09058ef960e417a20c7a7f5e4c60cb68f793928 (patch) | |
tree | 454e86b8fece54460bdae34ebb74eda64554d9f4 /community/mate-panel | |
parent | 5ef02fd465055aa3d9f6efda9b393be088a89a2e (diff) | |
download | aports-a09058ef960e417a20c7a7f5e4c60cb68f793928.tar.bz2 aports-a09058ef960e417a20c7a7f5e4c60cb68f793928.tar.xz |
Revert "community/mate-utils: Do not build on ppc64le"
This reverts commit 7e8aac71b4e5a11942a0032bdb55c52169cd8288.
We finally have all the packages to build mate. Re-enabling it for
build.
Diffstat (limited to 'community/mate-panel')
-rw-r--r-- | community/mate-panel/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mate-panel/APKBUILD b/community/mate-panel/APKBUILD index 05af83cb5e..b3cf16c9dd 100644 --- a/community/mate-panel/APKBUILD +++ b/community/mate-panel/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.18.1 pkgrel=0 pkgdesc="The MATE panel is the area on your desktop from which you can run applications" url="https://github.com/mate-desktop/mate-panel" -arch="all !ppc64le" +arch="all" license="GPL2" depends="mate-common mate-desktop" depends_dev="" |