summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-30 01:28:27 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-30 01:28:27 +0000
commit032a1fb11c72f2bed978f5afcdc4b0479990db98 (patch)
treedd8a97fa8d44c10f825624c43a2cb611bf73cec9 /kde-base
parentMake sure aRTs is required. (diff)
downloadgentoo-2-032a1fb11c72f2bed978f5afcdc4b0479990db98.tar.gz
gentoo-2-032a1fb11c72f2bed978f5afcdc4b0479990db98.tar.bz2
gentoo-2-032a1fb11c72f2bed978f5afcdc4b0479990db98.zip
Make sure aRTs is required.
(Portage version: 2.1_rc3-r1)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/noatun/ChangeLog6
-rw-r--r--kde-base/noatun/noatun-3.4.3.ebuild10
-rw-r--r--kde-base/noatun/noatun-3.5.2.ebuild11
3 files changed, 9 insertions, 18 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog
index 5f8246ae05ab..f112f8a3428a 100644
--- a/kde-base/noatun/ChangeLog
+++ b/kde-base/noatun/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/noatun
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.52 2006/05/29 21:46:58 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.53 2006/05/30 01:28:27 flameeyes Exp $
+
+ 30 May 2006; Diego Pettenò <flameeyes@gentoo.org> noatun-3.4.3.ebuild,
+ noatun-3.5.2.ebuild:
+ Make sure aRTs is required.
29 May 2006; Jason Wever <weeve@gentoo.org> noatun-3.5.2.ebuild:
Stable on SPARC wrt bug #132213.
diff --git a/kde-base/noatun/noatun-3.4.3.ebuild b/kde-base/noatun/noatun-3.4.3.ebuild
index fb28080e07e6..3db7e32ff890 100644
--- a/kde-base/noatun/noatun-3.4.3.ebuild
+++ b/kde-base/noatun/noatun-3.4.3.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.4.3.ebuild,v 1.8 2006/03/25 23:24:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.4.3.ebuild,v 1.9 2006/05/30 01:28:27 flameeyes Exp $
+ARTS_REQUIRED="yes"
KMNAME=kdemultimedia
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -21,10 +22,3 @@ KMCOPYLIB="
libartsgui arts/gui/common/
libartsmodules arts/modules/"
KMEXTRACTONLY="arts/"
-
-pkg_setup() {
- if ! useq arts; then
- eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled"
- die
- fi
-}
diff --git a/kde-base/noatun/noatun-3.5.2.ebuild b/kde-base/noatun/noatun-3.5.2.ebuild
index edde7448a0b0..aae1bb3493d3 100644
--- a/kde-base/noatun/noatun-3.5.2.ebuild
+++ b/kde-base/noatun/noatun-3.5.2.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5.2.ebuild,v 1.9 2006/05/29 21:46:58 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5.2.ebuild,v 1.10 2006/05/30 01:28:27 flameeyes Exp $
+ARTS_REQUIRED="yes"
KMNAME=kdemultimedia
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -14,14 +15,6 @@ RDEPEND="$(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts)"
KMCOMPILEONLY="arts"
-pkg_setup() {
- if ! useq arts; then
- eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled"
- die
- fi
- kde_pkg_setup
-}
-
src_compile() {
# fix bug 128884
filter-flags -fomit-frame-pointer