diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-15 14:57:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-15 14:57:24 +0000 |
commit | f6f55669486b1bc8e1821335d41f44458683f5e4 (patch) | |
tree | 17abda2d2ff30c0f4bcde7d32bacd8c05f6481e8 | |
parent | Stable for amd64, wrt bug #534684 (diff) | |
download | gentoo-2-f6f55669486b1bc8e1821335d41f44458683f5e4.tar.gz gentoo-2-f6f55669486b1bc8e1821335d41f44458683f5e4.tar.bz2 gentoo-2-f6f55669486b1bc8e1821335d41f44458683f5e4.zip |
Stable for amd64, wrt bug #534684
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
-rw-r--r-- | media-libs/libgltf/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libgltf/libgltf-0.0.2.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-libs/libgltf/ChangeLog b/media-libs/libgltf/ChangeLog index c0c00c150f01..d201213090e5 100644 --- a/media-libs/libgltf/ChangeLog +++ b/media-libs/libgltf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libgltf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgltf/ChangeLog,v 1.2 2014/12/27 20:12:09 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgltf/ChangeLog,v 1.3 2015/02/15 14:57:24 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libgltf-0.0.2.ebuild: + Stable for amd64, wrt bug #534684 *libgltf-0.0.2 (27 Dec 2014) @@ -13,4 +16,3 @@ 14 Sep 2014; Andreas K. Huettel <dilfridge@gentoo.org> +libgltf-0.0.1.ebuild, +libgltf-9999.ebuild, +metadata.xml: New library, dependency of libreoffice-4.3. Thanks to Andreas Sturmlechner. - diff --git a/media-libs/libgltf/libgltf-0.0.2.ebuild b/media-libs/libgltf/libgltf-0.0.2.ebuild index 224fd429c799..2cf56a7aacae 100644 --- a/media-libs/libgltf/libgltf-0.0.2.ebuild +++ b/media-libs/libgltf/libgltf-0.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgltf/libgltf-0.0.2.ebuild,v 1.1 2014/12/27 20:12:09 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgltf/libgltf-0.0.2.ebuild,v 1.2 2015/02/15 14:57:24 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.libreoffice.org" LICENSE="MPL-2.0" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug test" RDEPEND="virtual/opengl" |