diff options
author | 2006-04-29 16:47:32 +0000 | |
---|---|---|
committer | 2006-04-29 16:47:32 +0000 | |
commit | 87725649ee5af72a6275308b0c396c8ccd794e8a (patch) | |
tree | ae96f7e5f9e81e3306c54ebd1b3f789f5bb0a304 /x11-apps/xrdb/xrdb-1.0.2.ebuild | |
parent | Version bump. Fixes a possible segfault. Clears up an error message given (diff) | |
download | historical-87725649ee5af72a6275308b0c396c8ccd794e8a.tar.gz historical-87725649ee5af72a6275308b0c396c8ccd794e8a.tar.bz2 historical-87725649ee5af72a6275308b0c396c8ccd794e8a.zip |
Version bump. Includes various small bugfixes and cleanups.
Package-Manager: portage-2.1_pre10
Diffstat (limited to 'x11-apps/xrdb/xrdb-1.0.2.ebuild')
-rw-r--r-- | x11-apps/xrdb/xrdb-1.0.2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xrdb/xrdb-1.0.2.ebuild b/x11-apps/xrdb/xrdb-1.0.2.ebuild new file mode 100644 index 000000000000..cffd884ffef8 --- /dev/null +++ b/x11-apps/xrdb/xrdb-1.0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrdb/xrdb-1.0.2.ebuild,v 1.1 2006/04/29 16:47:32 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xrdb application" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND="x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND}" |