diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-04-29 15:40:47 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-04-29 15:40:47 +0000 |
commit | 10839798497da3e8f4f7d3c7044245cbb807d9d3 (patch) | |
tree | b8cc9e34409ac93322a1ee71ab3d670a03e073b1 /xfce-extra/xfce4-mixer | |
parent | Fixing the remaining MKNOD's in pkg_postinst, thanks to Michal Prihoda <micha... (diff) | |
download | gentoo-2-10839798497da3e8f4f7d3c7044245cbb807d9d3.tar.gz gentoo-2-10839798497da3e8f4f7d3c7044245cbb807d9d3.tar.bz2 gentoo-2-10839798497da3e8f4f7d3c7044245cbb807d9d3.zip |
"Fix" copyright header issue for repoman.
(Portage version: 2.1.2.5)
Diffstat (limited to 'xfce-extra/xfce4-mixer')
-rw-r--r-- | xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild index 2eac83bb6c5b..19868cf8aca2 100644 --- a/xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild +++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild,v 1.12 2006/12/02 09:51:49 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild,v 1.13 2007/04/29 15:40:47 drac Exp $ inherit xfce42 -DESCRIPTION="Xfce 4 mixer panel plugin" +DESCRIPTION="Xfce4 mixer panel plugin" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="alsa" -RDEPEND="|| ( ( x11-libs/libX11 +RDEPEND="x11-libs/libX11 x11-libs/libICE - x11-libs/libSM ) - virtual/x11 ) + x11-libs/libSM ~xfce-base/xfce4-panel-${PV} alsa? ( media-libs/alsa-lib )" -DEPEND="${RDEPEND} - || ( x11-proto/xproto virtual/x11 )" +DEPEND="${RDEPEND}" use alsa && XFCE_CONFIG="--with-sound=alsa" |