diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-23 10:44:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-23 10:44:03 +0000 |
commit | 3d0cc0a792302f6daa11ac40fd5673bc0e445461 (patch) | |
tree | 81ad9d27a05388426f071cf0b8c8920898b45eb4 /media-libs/libepoxy | |
parent | Stable for sparc, wrt bug #530652 (diff) | |
download | gentoo-2-3d0cc0a792302f6daa11ac40fd5673bc0e445461.tar.gz gentoo-2-3d0cc0a792302f6daa11ac40fd5673bc0e445461.tar.bz2 gentoo-2-3d0cc0a792302f6daa11ac40fd5673bc0e445461.zip |
Stable for sparc, wrt bug #530652
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/libepoxy')
-rw-r--r-- | media-libs/libepoxy/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libepoxy/libepoxy-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libepoxy/ChangeLog b/media-libs/libepoxy/ChangeLog index 47614c3289fd..ff875e069fa7 100644 --- a/media-libs/libepoxy/ChangeLog +++ b/media-libs/libepoxy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libepoxy # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.13 2015/02/22 13:21:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.14 2015/02/23 10:44:03 ago Exp $ + + 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libepoxy-1.2.ebuild: + Stable for sparc, wrt bug #530652 22 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libepoxy-1.2.ebuild: Stable for ia64, wrt bug #530652 diff --git a/media-libs/libepoxy/libepoxy-1.2.ebuild b/media-libs/libepoxy/libepoxy-1.2.ebuild index b20221110f46..97ecf8857aed 100644 --- a/media-libs/libepoxy/libepoxy-1.2.ebuild +++ b/media-libs/libepoxy/libepoxy-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v 1.11 2015/02/22 13:21:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v 1.12 2015/02/23 10:44:03 ago Exp $ EAPI=5 @@ -20,7 +20,7 @@ if [[ ${PV} = 9999* ]]; then KEYWORDS="" SRC_URI="" else - KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86" SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi |