diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-11-07 15:01:56 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-11-07 15:01:56 +0000 |
commit | 086312acce1cae82ff232ada3b83ec4e6f6d9100 (patch) | |
tree | 9a13fbfa39a02c6c9e088605dd4157a44ba9ff1b /x11-misc/xtscal | |
parent | Version bump; Drop old (diff) | |
download | gentoo-2-086312acce1cae82ff232ada3b83ec4e6f6d9100.tar.gz gentoo-2-086312acce1cae82ff232ada3b83ec4e6f6d9100.tar.bz2 gentoo-2-086312acce1cae82ff232ada3b83ec4e6f6d9100.zip |
Add missing libXft dependency, bug #514262.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-misc/xtscal')
-rw-r--r-- | x11-misc/xtscal/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xtscal/xtscal-0.6.3.ebuild | 9 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/xtscal/ChangeLog b/x11-misc/xtscal/ChangeLog index a4cc07c445d1..b5cd1739ee49 100644 --- a/x11-misc/xtscal/ChangeLog +++ b/x11-misc/xtscal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xtscal -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtscal/ChangeLog,v 1.8 2010/10/21 01:22:52 ranger Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtscal/ChangeLog,v 1.9 2014/11/07 15:01:56 chithanh Exp $ + + 07 Nov 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xtscal-0.6.3.ebuild: + Add missing libXft dependency, bug #514262. 21 Oct 2010; Brent Baude <ranger@gentoo.org> xtscal-0.6.3.ebuild: Marking xtscal-0.6.3 ppc stable for bug 239063 @@ -27,4 +31,3 @@ 15 Mar 2009; <solar@gentoo.org> +metadata.xml, +xtscal-0.6.3.ebuild: - initial commit of xtscal-0.6.3 - diff --git a/x11-misc/xtscal/xtscal-0.6.3.ebuild b/x11-misc/xtscal/xtscal-0.6.3.ebuild index dbd58b338bc2..fecbf2d06b84 100644 --- a/x11-misc/xtscal/xtscal-0.6.3.ebuild +++ b/x11-misc/xtscal/xtscal-0.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtscal/xtscal-0.6.3.ebuild,v 1.8 2010/10/21 01:22:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtscal/xtscal-0.6.3.ebuild,v 1.9 2014/11/07 15:01:56 chithanh Exp $ inherit autotools eutils @@ -13,8 +13,11 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" -DEPEND="x11-libs/libX11 x11-proto/xcalibrateproto x11-libs/libXCalibrate" RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-libs/libXCalibrate + x11-libs/libXft + x11-proto/xcalibrateproto" src_unpack() { unpack ${A} |