summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-11-14 08:04:11 +0000
committerJustin Lecher <jlec@gentoo.org>2012-11-14 08:04:11 +0000
commit75a6f8d7d0eb9ebdc046acb2c6552dd9ff193e5a (patch)
tree1897d988dc1fb93a3cc4a23e1c439cc0a9c3be49 /dev-tcltk/tkimg
parentRevision bump the huge patchset chage to testing as it seems broken, wrt bug#... (diff)
downloadgentoo-2-75a6f8d7d0eb9ebdc046acb2c6552dd9ff193e5a.tar.gz
gentoo-2-75a6f8d7d0eb9ebdc046acb2c6552dd9ff193e5a.tar.bz2
gentoo-2-75a6f8d7d0eb9ebdc046acb2c6552dd9ff193e5a.zip
dev-tcltk/tkimg: Respect AR and add missing DEP on x11-libs/libX11
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'dev-tcltk/tkimg')
-rw-r--r--dev-tcltk/tkimg/ChangeLog5
-rw-r--r--dev-tcltk/tkimg/tkimg-1.4-r7.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-tcltk/tkimg/ChangeLog b/dev-tcltk/tkimg/ChangeLog
index e20affa235f5..a59fa95e0d10 100644
--- a/dev-tcltk/tkimg/ChangeLog
+++ b/dev-tcltk/tkimg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/tkimg
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.53 2012/11/13 14:23:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.54 2012/11/14 08:04:11 jlec Exp $
+
+ 14 Nov 2012; Justin Lecher <jlec@gentoo.org> tkimg-1.4-r7.ebuild:
+ Respect AR and add missing DEP on x11-libs/libX11
13 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tkimg-1.4-r7.ebuild:
Stable for amd64, wrt bug #433016
diff --git a/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild b/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild
index 490413ac4ebe..762e0bb74d95 100644
--- a/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild
+++ b/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v 1.3 2012/11/13 14:23:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v 1.4 2012/11/14 08:04:11 jlec Exp $
EAPI=4
VIRTUALX_USE=test
-inherit eutils multilib prefix virtualx
+inherit eutils multilib prefix toolchain-funcs virtualx
MYP="${PN}${PV}"
@@ -27,6 +27,7 @@ RDEPEND="
media-libs/tiff:0
media-libs/libpng:0
>=sys-libs/zlib-1.2.7
+ x11-libs/libX11
virtual/jpeg"
DEPEND="${RDEPEND}
test? (
@@ -56,6 +57,7 @@ src_prepare() {
-i */configure || die
eprefixify */*.h
+ tc-export AR
}
src_test() {