diff options
Diffstat (limited to 'sci-libs/sbig')
-rw-r--r-- | sci-libs/sbig/sbig-0.9.9.ebuild | 8 | ||||
-rw-r--r-- | sci-libs/sbig/sbig-9999.ebuild | 10 |
2 files changed, 5 insertions, 13 deletions
diff --git a/sci-libs/sbig/sbig-0.9.9.ebuild b/sci-libs/sbig/sbig-0.9.9.ebuild index 7ffe646..7300cac 100644 --- a/sci-libs/sbig/sbig-0.9.9.ebuild +++ b/sci-libs/sbig/sbig-0.9.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -11,14 +11,10 @@ HOMEPAGE="http://indilib.org" SRC_URI="http://sourceforge.net/projects/indi/files/libindi_3rdparty_${PV}.tar.gz" LICENSE="sbig" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="~arm ~amd64 ~x86" SLOT="0" -DEPEND="" - -RDEPEND="${DEPEND}" - S="${WORKDIR}/libindi_3rdparty_${PV}/${PN}" PATCHES=( "${FILESDIR}/sbig-0.9.9-fix-symlink.patch" ) diff --git a/sci-libs/sbig/sbig-9999.ebuild b/sci-libs/sbig/sbig-9999.ebuild index 334cf50..ff9f6bc 100644 --- a/sci-libs/sbig/sbig-9999.ebuild +++ b/sci-libs/sbig/sbig-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -12,18 +12,14 @@ ESVN_REPO_URI="svn://svn.code.sf.net/p/indi/code/trunk/3rdparty/${PN}" ESVN_PROJECT="${P}" LICENSE="sbig" -KEYWORDS="-*" +KEYWORDS="" SLOT="0" -DEPEND="" - -RDEPEND="${DEPEND}" - ESVN_PATCHES=( "${FILESDIR}/sbig-9999-fix-symlink.patch" ) src_unpack() { - subversion_src_unpack + subversion_src_unpack } src_install() { |