diff options
author | 2009-10-03 11:06:12 +0000 | |
---|---|---|
committer | 2009-10-03 11:06:12 +0000 | |
commit | 04e1780a6ba62ad7e25429a8a2d5b644580cf5a0 (patch) | |
tree | b2ffb4869e08f9b62aec894e60f51ca8c51cc68b /x11-apps/appres/appres-1.0.2.ebuild | |
parent | Mask stuff that forces Python-3 down the throat of users. Don't remove the ma... (diff) | |
download | historical-04e1780a6ba62ad7e25429a8a2d5b644580cf5a0.tar.gz historical-04e1780a6ba62ad7e25429a8a2d5b644580cf5a0.tar.bz2 historical-04e1780a6ba62ad7e25429a8a2d5b644580cf5a0.zip |
Version bump.
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/appres/appres-1.0.2.ebuild')
-rw-r--r-- | x11-apps/appres/appres-1.0.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/appres/appres-1.0.2.ebuild b/x11-apps/appres/appres-1.0.2.ebuild new file mode 100644 index 000000000000..ac5ceae60835 --- /dev/null +++ b/x11-apps/appres/appres-1.0.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/appres/appres-1.0.2.ebuild,v 1.1 2009/10/03 11:01:54 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="list X application resource database" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND=" + x11-libs/libX11 + x11-libs/libXt +" +DEPEND="${RDEPEND}" |