diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 20:14:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 20:14:02 +0000 |
commit | c525a78c37b8b6b281447772e672f384599d4ec0 (patch) | |
tree | f89cc93ff55dcdbf199996d8bb5637936ccace32 /xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-c525a78c37b8b6b281447772e672f384599d4ec0.tar.gz gentoo-2-c525a78c37b8b6b281447772e672f384599d4ec0.tar.bz2 gentoo-2-c525a78c37b8b6b281447772e672f384599d4ec0.zip |
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild')
-rw-r--r-- | xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild index 58eda7cd0537..4a59e398d230 100644 --- a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild +++ b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild,v 1.4 2011/03/22 10:47:45 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild,v 1.5 2011/05/19 20:14:02 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="Panel plugin to control V4L radio device" @@ -14,19 +14,15 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug" -RDEPEND=">=xfce-base/libxfcegui4-4.3.22 - >=xfce-base/xfce4-panel-4.3.22" +RDEPEND=">=xfce-base/libxfcegui4-4.8 + >=xfce-base/xfce4-panel-4.8" DEPEND="${RDEPEND} - dev-util/pkgconfig - >=dev-util/intltool-0.40" + dev-util/intltool + dev-util/pkgconfig" pkg_setup() { - XFCONF=( - --disable-dependency-tracking - $(xfconf_use_debug) - ) - - DOCS="AUTHORS NEWS README" + XFCONF=( $(xfconf_use_debug) ) + DOCS=( AUTHORS NEWS README ) } src_prepare() { |