diff options
author | 2010-09-27 09:42:48 +0000 | |
---|---|---|
committer | 2010-09-27 09:42:48 +0000 | |
commit | 4e5dea27c0b64c3aa061e77e0a06d2523f926d8a (patch) | |
tree | 52669cb9de42efc64a5c2bed06039c72cc2bef38 /x11-apps/xstdcmap/xstdcmap-1.0.2.ebuild | |
parent | Die rather than introduce invalid depend atom. (diff) | |
download | historical-4e5dea27c0b64c3aa061e77e0a06d2523f926d8a.tar.gz historical-4e5dea27c0b64c3aa061e77e0a06d2523f926d8a.tar.bz2 historical-4e5dea27c0b64c3aa061e77e0a06d2523f926d8a.zip |
Version bump.
Package-Manager: portage-2.2_rc87/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xstdcmap/xstdcmap-1.0.2.ebuild')
-rw-r--r-- | x11-apps/xstdcmap/xstdcmap-1.0.2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xstdcmap/xstdcmap-1.0.2.ebuild b/x11-apps/xstdcmap/xstdcmap-1.0.2.ebuild new file mode 100644 index 000000000000..270a1cf91158 --- /dev/null +++ b/x11-apps/xstdcmap/xstdcmap-1.0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xstdcmap/xstdcmap-1.0.2.ebuild,v 1.1 2010/09/27 09:42:48 scarabeus Exp $ + +EAPI=3 +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="X standard colormap utility" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND}" |