diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2014-06-20 01:39:47 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2014-06-20 01:39:47 +1000 |
| commit | ab814d7a8726e7231ac5abf2f6fc6ab066888e17 (patch) | |
| tree | eb603228296609004894e7f9acf3c5ac1a5d6d33 /dev-util/cmake/cmake-3.0.0.ebuild | |
| parent | 9c3209368f85c7af16e6927e3b3efc0739d51b86 (diff) | |
| download | kde-ab814d7a8726e7231ac5abf2f6fc6ab066888e17.tar.gz kde-ab814d7a8726e7231ac5abf2f6fc6ab066888e17.tar.bz2 kde-ab814d7a8726e7231ac5abf2f6fc6ab066888e17.zip | |
[dev-util/cmake] Drop ~ppc-aix KEYWORD and patch.
According to upstream, the issue should be fixed. However, I don't have the
hardware to test, so dropping the keyword for now.
Package-Manager: portage-2.2.10
Diffstat (limited to 'dev-util/cmake/cmake-3.0.0.ebuild')
| -rw-r--r-- | dev-util/cmake/cmake-3.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/cmake/cmake-3.0.0.ebuild b/dev-util/cmake/cmake-3.0.0.ebuild index 87a18e72393..63b4bf65806 100644 --- a/dev-util/cmake/cmake-3.0.0.ebuild +++ b/dev-util/cmake/cmake-3.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${P}.tar LICENSE="CMake" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="emacs ncurses qt4 qt5" REQUIRED_USE="?? ( qt4 qt5 )" @@ -43,7 +43,6 @@ SITEFILE="50${PN}-gentoo.el" CMAKE_BINARY="${S}/Bootstrap.cmk/cmake" PATCHES=( - "${FILESDIR}"/${PN}-2.6.3-fix_broken_lfs_on_aix.patch "${FILESDIR}"/${PN}-2.6.3-no-duplicates-in-rpath.patch "${FILESDIR}"/${PN}-2.8.8-FindPkgConfig.patch "${FILESDIR}"/${PN}-2.8.10-darwin-bundle.patch |
