diff options
author | 2015-02-19 09:06:57 +0000 | |
---|---|---|
committer | 2015-02-19 09:06:57 +0000 | |
commit | 98694fcda5e24fd34c513894ca57cc7ae7a14723 (patch) | |
tree | c292536e178a9037f3eac4636495116cb526f1fa /x11-misc/read-edid | |
parent | Stable for amd64, wrt bug #540248 (diff) | |
download | gentoo-2-98694fcda5e24fd34c513894ca57cc7ae7a14723.tar.gz gentoo-2-98694fcda5e24fd34c513894ca57cc7ae7a14723.tar.bz2 gentoo-2-98694fcda5e24fd34c513894ca57cc7ae7a14723.zip |
Stable for amd64, wrt bug #538340
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-misc/read-edid')
-rw-r--r-- | x11-misc/read-edid/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/read-edid/read-edid-3.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/read-edid/ChangeLog b/x11-misc/read-edid/ChangeLog index b7a486153827..7df9aafd84b7 100644 --- a/x11-misc/read-edid/ChangeLog +++ b/x11-misc/read-edid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/read-edid -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.30 2014/02/05 17:13:48 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.31 2015/02/19 09:06:57 ago Exp $ + + 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> read-edid-3.0.1.ebuild: + Stable for amd64, wrt bug #538340 *read-edid-3.0.1 (05 Feb 2014) diff --git a/x11-misc/read-edid/read-edid-3.0.1.ebuild b/x11-misc/read-edid/read-edid-3.0.1.ebuild index bb21cbeb5198..5a9293e6e0a1 100644 --- a/x11-misc/read-edid/read-edid-3.0.1.ebuild +++ b/x11-misc/read-edid/read-edid-3.0.1.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/x11-misc/read-edid/read-edid-3.0.1.ebuild,v 1.1 2014/02/05 17:13:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-3.0.1.ebuild,v 1.2 2015/02/19 09:06:57 ago Exp $ EAPI=5 inherit cmake-utils @@ -11,7 +11,7 @@ SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" DEPEND=">=dev-libs/libx86-1.1" RDEPEND="$DEPEND" |