public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Meier (maekke)" <maekke@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/enblend: ChangeLog enblend-3.0.ebuild
Date: Tue, 18 Dec 2007 10:51:51 +0000	[thread overview]
Message-ID: <E1J4a3D-0001MK-Qs@stork.gentoo.org> (raw)

maekke      07/12/18 10:51:51

  Modified:             ChangeLog enblend-3.0.ebuild
  Log:
  plotutils needs to be built with X, bug #202476
  (Portage version: 2.1.4_rc10)

Revision  Changes    Path
1.20                 media-gfx/enblend/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	17 Dec 2007 08:39:07 -0000	1.19
+++ ChangeLog	18 Dec 2007 10:51:51 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/enblend
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.19 2007/12/17 08:39:07 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.20 2007/12/18 10:51:51 maekke Exp $
+
+  18 Dec 2007; Markus Meier <maekke@gentoo.org> enblend-3.0.ebuild:
+  plotutils needs to be built with X, bug #202476
 
   17 Dec 2007; Christian Faulhammer <opfer@gentoo.org> enblend-3.0.ebuild:
   stable x86, bug 202095



1.6                  media-gfx/enblend/enblend-3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/enblend-3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/enblend-3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/enblend-3.0.ebuild?r1=1.5&r2=1.6

Index: enblend-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- enblend-3.0.ebuild	17 Dec 2007 08:39:07 -0000	1.5
+++ enblend-3.0.ebuild	18 Dec 2007 10:51:51 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-3.0.ebuild,v 1.5 2007/12/17 08:39:07 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-3.0.ebuild,v 1.6 2007/12/18 10:51:51 maekke Exp $
 
 inherit eutils
 
@@ -21,6 +21,14 @@
 	>=dev-libs/boost-1.31.0"
 
 pkg_setup() {
+	# bug 202476
+	if ! built_with_use media-libs/plotutils X ; then
+		eerror
+		eerror "media-gfx/plotutils has to be built with USE=\"X\""
+		eerror
+		die "emerge plotutils with USE=\"X\""
+	fi
+
 	ewarn
 	ewarn "The compilation of enblend needs a lot of RAM. If you have less"
 	ewarn "than 1GB RAM (and swap) you probably won't be able to compile it."



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-12-18 10:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-18 10:51 Markus Meier (maekke) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-12-08 18:57 [gentoo-commits] gentoo-x86 commit in media-gfx/enblend: ChangeLog enblend-3.0.ebuild Markus Meier (maekke)
2007-12-22 15:47 Tobias Scherbaum (dertobi123)
2007-12-17  8:39 Christian Faulhammer (opfer)
2007-12-16 14:23 Samuli Suominen (drac)
2007-12-12 23:46 Markus Meier (maekke)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1J4a3D-0001MK-Qs@stork.gentoo.org \
    --to=maekke@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox