diff options
author | 2007-08-01 15:36:57 +0000 | |
---|---|---|
committer | 2007-08-01 15:36:57 +0000 | |
commit | 4d374b3bc2439ad8d5eef69f2363b180add04547 (patch) | |
tree | d530b302a37cdeff726bc112bd74f81394e519de /sys-apps/lcdtest/lcdtest-1.04.ebuild | |
parent | Bump, #187324 thanks to Techwolf (diff) | |
download | gentoo-2-4d374b3bc2439ad8d5eef69f2363b180add04547.tar.gz gentoo-2-4d374b3bc2439ad8d5eef69f2363b180add04547.tar.bz2 gentoo-2-4d374b3bc2439ad8d5eef69f2363b180add04547.zip |
Version bump to 1.08, 1.04 stable on X86. With thanks to Diego Pettenò <flameeyes@gentoo.org> for the scons handling code which I stole from the app-i18n/skim ebuild. As requested by armin76 on IRC.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'sys-apps/lcdtest/lcdtest-1.04.ebuild')
-rw-r--r-- | sys-apps/lcdtest/lcdtest-1.04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/lcdtest/lcdtest-1.04.ebuild b/sys-apps/lcdtest/lcdtest-1.04.ebuild index dee4a822bee3..0f3aec59a017 100644 --- a/sys-apps/lcdtest/lcdtest-1.04.ebuild +++ b/sys-apps/lcdtest/lcdtest-1.04.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdtest/lcdtest-1.04.ebuild,v 1.1 2007/05/07 22:17:29 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdtest/lcdtest-1.04.ebuild,v 1.2 2007/08/01 15:36:57 chainsaw Exp $ DESCRIPTION="Displays test patterns to spot dead/hot pixels on LCD screens" HOMEPAGE="http://www.brouhaha.com/~eric/software/lcdtest/" SRC_URI="http://www.brouhaha.com/~eric/software/lcdtest/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc ~ppc64" +KEYWORDS="~amd64 x86 ~ppc ~ppc64" IUSE="" RDEPEND=">=media-libs/libsdl-1.2.7-r2 >=media-libs/sdl-image-1.2.3-r1" |