diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-19 09:35:39 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-19 09:35:39 +0000 |
commit | 38d59e4f66c3ea84a3ccbaabfb88f2ebc78616ac (patch) | |
tree | 788d1dab39bc3b48f2d042e240e9f5683648fb1b /media-libs/sg | |
parent | x86 stable wrt bug #533260 (diff) | |
download | gentoo-2-38d59e4f66c3ea84a3ccbaabfb88f2ebc78616ac.tar.gz gentoo-2-38d59e4f66c3ea84a3ccbaabfb88f2ebc78616ac.tar.bz2 gentoo-2-38d59e4f66c3ea84a3ccbaabfb88f2ebc78616ac.zip |
x86 stable wrt bug #534670
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs/sg')
-rw-r--r-- | media-libs/sg/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sg/sg-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sg/ChangeLog b/media-libs/sg/ChangeLog index 5da32ab24202..401c1504f41b 100644 --- a/media-libs/sg/ChangeLog +++ b/media-libs/sg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v 1.13 2015/01/31 13:15:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v 1.14 2015/04/19 09:35:39 pacho Exp $ + + 19 Apr 2015; Pacho Ramos <pacho@gentoo.org> sg-1.5.ebuild: + x86 stable wrt bug #534670 31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> sg-1.5.ebuild: Stable for amd64, wrt bug #534670 diff --git a/media-libs/sg/sg-1.5.ebuild b/media-libs/sg/sg-1.5.ebuild index 728febb6862b..5a71ef8293e0 100644 --- a/media-libs/sg/sg-1.5.ebuild +++ b/media-libs/sg/sg-1.5.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/sg/sg-1.5.ebuild,v 1.10 2015/01/31 13:15:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.5.ebuild,v 1.11 2015/04/19 09:35:39 pacho Exp $ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://fetk.org/codes/sg/index.html" SRC_URI="http://www.fetk.org/codes/download/${P}.tar.gz" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" LICENSE="GPL-2" IUSE="doc static-libs" |