diff options
author | 2013-10-08 05:02:06 +0000 | |
---|---|---|
committer | 2013-10-08 05:02:06 +0000 | |
commit | bbb6c45b529ed6e4cf5ca6b8c430f0bef4241ea7 (patch) | |
tree | 6bf10388c0e6fa848fc449859854d9665cd267a2 /media-libs | |
parent | Stable for x86, wrt bug #475480 (diff) | |
download | gentoo-2-bbb6c45b529ed6e4cf5ca6b8c430f0bef4241ea7.tar.gz gentoo-2-bbb6c45b529ed6e4cf5ca6b8c430f0bef4241ea7.tar.bz2 gentoo-2-bbb6c45b529ed6e4cf5ca6b8c430f0bef4241ea7.zip |
Stable for x86, wrt bug #475480
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libtxc_dxtn/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libtxc_dxtn/ChangeLog b/media-libs/libtxc_dxtn/ChangeLog index d39e940c64be..626b13ad8b96 100644 --- a/media-libs/libtxc_dxtn/ChangeLog +++ b/media-libs/libtxc_dxtn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libtxc_dxtn # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/ChangeLog,v 1.13 2013/09/29 11:07:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/ChangeLog,v 1.14 2013/10/08 05:02:06 ago Exp $ + + 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libtxc_dxtn-1.0.1-r1.ebuild: + Stable for x86, wrt bug #475480 29 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libtxc_dxtn-1.0.1-r1.ebuild: Stable for amd64, wrt bug #475480 diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild index 67fe12107533..d648e8271d0c 100644 --- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild +++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild,v 1.4 2013/09/29 11:07:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild,v 1.5 2013/10/08 05:02:06 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" RDEPEND="media-libs/mesa" |