diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-17 21:49:04 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-17 21:49:04 +0000 |
commit | 534f032d6a6b6cb794934ffea9eebbdf123143ac (patch) | |
tree | 525966687136c0d7b35289b5b1ee6241c2de2920 /x11-libs/libXfixes/libXfixes-3.0.1.2.ebuild | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-534f032d6a6b6cb794934ffea9eebbdf123143ac.tar.gz gentoo-2-534f032d6a6b6cb794934ffea9eebbdf123143ac.tar.bz2 gentoo-2-534f032d6a6b6cb794934ffea9eebbdf123143ac.zip |
Bump for 7.0RC4.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-libs/libXfixes/libXfixes-3.0.1.2.ebuild')
-rw-r--r-- | x11-libs/libXfixes/libXfixes-3.0.1.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libXfixes/libXfixes-3.0.1.2.ebuild b/x11-libs/libXfixes/libXfixes-3.0.1.2.ebuild new file mode 100644 index 000000000000..9c9d7ddb2e6e --- /dev/null +++ b/x11-libs/libXfixes/libXfixes-3.0.1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/libXfixes-3.0.1.2.ebuild,v 1.1 2005/12/17 21:47:57 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Xfixes library" +#HOMEPAGE="http://foo.bar.com/" +#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" +#LICENSE="" +#SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +#IUSE="X gnome" +RDEPEND="x11-libs/libX11 + x11-proto/fixesproto + x11-proto/xproto" +DEPEND="${RDEPEND}" |