diff options
author | 2005-09-27 17:11:03 +0000 | |
---|---|---|
committer | 2005-09-27 17:11:03 +0000 | |
commit | ce55a9d335bb8d1117c164d0bc4f2318063925c9 (patch) | |
tree | bb206f56652058d54738b8c5ca429636020c4204 /kde-base/noatun | |
parent | fixes bug #104216 (diff) | |
download | gentoo-2-ce55a9d335bb8d1117c164d0bc4f2318063925c9.tar.gz gentoo-2-ce55a9d335bb8d1117c164d0bc4f2318063925c9.tar.bz2 gentoo-2-ce55a9d335bb8d1117c164d0bc4f2318063925c9.zip |
Fix compilation error (#107064).
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'kde-base/noatun')
-rw-r--r-- | kde-base/noatun/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/noatun/noatun-3.5_beta1.ebuild | 11 |
2 files changed, 8 insertions, 8 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog index b242414ae137..0eca691855f8 100644 --- a/kde-base/noatun/ChangeLog +++ b/kde-base/noatun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/noatun # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.19 2005/09/24 16:23:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.20 2005/09/27 17:11:03 greg_g Exp $ + + 27 Sep 2005; Gregorio Guidi <greg_g@gentoo.org> noatun-3.5_beta1.ebuild: + Fix compilation error (#107064). 24 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> -noatun-3.5_alpha1.ebuild: diff --git a/kde-base/noatun/noatun-3.5_beta1.ebuild b/kde-base/noatun/noatun-3.5_beta1.ebuild index fc5cb71d3c2f..a23cf208e4ad 100644 --- a/kde-base/noatun/noatun-3.5_beta1.ebuild +++ b/kde-base/noatun/noatun-3.5_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5_beta1.ebuild,v 1.1 2005/09/22 21:30:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5_beta1.ebuild,v 1.2 2005/09/27 17:11:03 greg_g Exp $ KMNAME=kdemultimedia MAXKDEVER=$PV @@ -16,15 +16,12 @@ $(deprange $PV $MAXKDEVER kde-base/artsplugin-mpeglib) $(deprange $PV $MAXKDEVER kde-base/artsplugin-mpg123) xine? ( $(deprange $PV $MAXKDEVER kde-base/artsplugin-xine) ) audiofile? ( $(deprange $PV $MAXKDEVER kde-base/artsplugin-audiofile) )" -KMCOPYLIB=" - libartsgui_kde arts/gui/kde/ - libartsgui arts/gui/common/ - libartsmodules arts/modules/" -KMEXTRACTONLY="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 -}
\ No newline at end of file +} |