diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-12 09:48:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-12 09:48:43 +0000 |
commit | de79d4a6032ff764039d2c74b27d876ab416182f (patch) | |
tree | 22b4f7cc743a88d714168b3b1d9e2ce9d937e322 /dev-libs/libebml/libebml-1.3.0.ebuild | |
parent | Use subslot operator deps on non-slotted PyPy. (diff) | |
download | historical-de79d4a6032ff764039d2c74b27d876ab416182f.tar.gz historical-de79d4a6032ff764039d2c74b27d876ab416182f.tar.bz2 historical-de79d4a6032ff764039d2c74b27d876ab416182f.zip |
Stable for sparc, wrt bug #492240
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
RepoMan-Options: --include-arches="sparc"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'dev-libs/libebml/libebml-1.3.0.ebuild')
-rw-r--r-- | dev-libs/libebml/libebml-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libebml/libebml-1.3.0.ebuild b/dev-libs/libebml/libebml-1.3.0.ebuild index 6e16512a0bb6..844f7697cf5a 100644 --- a/dev-libs/libebml/libebml-1.3.0.ebuild +++ b/dev-libs/libebml/libebml-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-1.3.0.ebuild,v 1.6 2014/03/12 05:19:18 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-1.3.0.ebuild,v 1.7 2014/03/12 09:48:42 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Matroska-Org/${PN}/archive/release-${PV}.tar.gz -> $ LICENSE="LGPL-2.1" SLOT="0/4" # subslot = soname major version -KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug static-libs" S=${WORKDIR}/${PN}-release-${PV}/make/linux |