summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-29 08:37:24 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-29 08:37:24 +0000
commitc744b249f9cf26f97c390d9fd59680db94d0aae1 (patch)
tree7ff44706d6debda1657dd2861f7d8dd08dca62f0 /x11-libs/gtk+
parentRemove redundant jpeg/jpeg2k/tiff USE-flags (diff)
downloadgentoo-2-c744b249f9cf26f97c390d9fd59680db94d0aae1.tar.gz
gentoo-2-c744b249f9cf26f97c390d9fd59680db94d0aae1.tar.bz2
gentoo-2-c744b249f9cf26f97c390d9fd59680db94d0aae1.zip
Remove useless live ebuild conditionals
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r--x11-libs/gtk+/ChangeLog5
-rw-r--r--x11-libs/gtk+/gtk+-3.0.6.ebuild6
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog
index 64b0827eabaa..eccd8d6a529b 100644
--- a/x11-libs/gtk+/ChangeLog
+++ b/x11-libs/gtk+/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.497 2011/03/29 08:28:01 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.498 2011/03/29 08:37:24 nirbheek Exp $
+
+ 29 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gtk+-3.0.6.ebuild:
+ Remove useless live ebuild conditionals
29 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gtk+-3.0.6.ebuild:
Remove redundant jpeg/jpeg2k/tiff USE-flags
diff --git a/x11-libs/gtk+/gtk+-3.0.6.ebuild b/x11-libs/gtk+/gtk+-3.0.6.ebuild
index e015a6060859..4a814c9bcebe 100644
--- a/x11-libs/gtk+/gtk+-3.0.6.ebuild
+++ b/x11-libs/gtk+/gtk+-3.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.6.ebuild,v 1.2 2011/03/29 08:28:01 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.6.ebuild,v 1.3 2011/03/29 08:37:24 nirbheek Exp $
EAPI="3"
PYTHON_DEPEND="2:2.4"
@@ -103,16 +103,12 @@ src_prepare() {
if ! use test; then
# don't waste time building tests
strip_builddir SRC_SUBDIRS tests Makefile.am
- [[ ${PV} != 9999 ]] && strip_builddir SRC_SUBDIRS tests Makefile.in
fi
if ! use examples; then
# don't waste time building demos
strip_builddir SRC_SUBDIRS demos Makefile.am
- [[ ${PV} != 9999 ]] && strip_builddir SRC_SUBDIRS demos Makefile.in
fi
-
- [[ ${PV} = 9999 ]] && gnome2-live_src_prepare
}
src_configure() {