diff options
author | 2006-12-16 16:44:47 +0000 | |
---|---|---|
committer | 2006-12-16 16:44:47 +0000 | |
commit | 9eec34dcc1896b485c9d4de7bb76d29c46fc343b (patch) | |
tree | 9226472584e9e34ca974ec558d0dc861fa0d89ab /x11-libs/libXau/libXau-1.0.3.ebuild | |
parent | Version bump for 7.2. Build/dist fix only. (diff) | |
download | historical-9eec34dcc1896b485c9d4de7bb76d29c46fc343b.tar.gz historical-9eec34dcc1896b485c9d4de7bb76d29c46fc343b.tar.bz2 historical-9eec34dcc1896b485c9d4de7bb76d29c46fc343b.zip |
Version bump for 7.2. Build/dist fix only.
Package-Manager: portage-2.1.2_rc3-r5
Diffstat (limited to 'x11-libs/libXau/libXau-1.0.3.ebuild')
-rw-r--r-- | x11-libs/libXau/libXau-1.0.3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-libs/libXau/libXau-1.0.3.ebuild b/x11-libs/libXau/libXau-1.0.3.ebuild new file mode 100644 index 000000000000..b2e843ecda72 --- /dev/null +++ b/x11-libs/libXau/libXau-1.0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/libXau-1.0.3.ebuild,v 1.1 2006/12/16 16:44:47 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Xau library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +RDEPEND="x11-proto/xproto" +DEPEND="${RDEPEND} + >=x11-misc/util-macros-1.1" |