diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:39:49 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:39:49 +0000 |
commit | 26eb19705e0950b137980cca48d38b89f583d6da (patch) | |
tree | 089b55297259641b8c812b5b628cc17ebe71df27 /x11-apps/xgc/xgc-1.0.4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-26eb19705e0950b137980cca48d38b89f583d6da.tar.gz gentoo-2-26eb19705e0950b137980cca48d38b89f583d6da.tar.bz2 gentoo-2-26eb19705e0950b137980cca48d38b89f583d6da.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xgc/xgc-1.0.4.ebuild')
-rw-r--r-- | x11-apps/xgc/xgc-1.0.4.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xgc/xgc-1.0.4.ebuild b/x11-apps/xgc/xgc-1.0.4.ebuild new file mode 100644 index 000000000000..b07ca7e8787b --- /dev/null +++ b/x11-apps/xgc/xgc-1.0.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/xgc-1.0.4.ebuild,v 1.1 2013/01/20 18:39:49 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X graphics demo" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt" +DEPEND="${RDEPEND}" |