diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-01-17 20:37:09 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-01-17 20:37:09 +0000 |
commit | ad204e9beeb87d8432e8eaf76fef288cec2509f0 (patch) | |
tree | 61de5c6ed5dabc25886cce55db2003a748b2901f /x11-misc | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-ad204e9beeb87d8432e8eaf76fef288cec2509f0.tar.gz gentoo-2-ad204e9beeb87d8432e8eaf76fef288cec2509f0.tar.bz2 gentoo-2-ad204e9beeb87d8432e8eaf76fef288cec2509f0.zip |
Add ~sparc at user (Christoph Brill) request, Bug #206342, but see bug
report for comments.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/read-edid/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/read-edid/read-edid-1.4.1-r1.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-misc/read-edid/ChangeLog b/x11-misc/read-edid/ChangeLog index 84cc72cbfa27..aedae8a81b5b 100644 --- a/x11-misc/read-edid/ChangeLog +++ b/x11-misc/read-edid/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/read-edid -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.11 2007/11/21 17:16:41 nixnut Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.12 2008/01/17 20:37:09 fmccor Exp $ + + 17 Jan 2008; Ferris McCormick <fmccor@gentoo.org> + read-edid-1.4.1-r1.ebuild: + Add ~sparc at user (Christoph Brill) request, Bug #206342, but see bug + report for comments. 21 Nov 2007; nixnut <nixnut@gentoo.org> read-edid-1.4.1-r1.ebuild: Stable on ppc wrt bug 195220 diff --git a/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild b/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild index 2aac87f45ace..b425b87eb264 100644 --- a/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild +++ b/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild,v 1.6 2007/11/21 17:16:41 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild,v 1.7 2008/01/17 20:37:09 fmccor Exp $ inherit autotools eutils @@ -10,7 +10,7 @@ SRC_URI="http://john.fremlin.de/programs/linux/read-edid/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ppc x86" +KEYWORDS="~alpha amd64 ppc ~sparc x86" IUSE="" # Temporary solution for bug 187535 as upstream changed tarball without |