diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-22 13:42:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-22 13:42:04 +0000 |
commit | 618236939f18e543bffded35a89e57aeac46d6b1 (patch) | |
tree | ebb577c67d683b3b3487140cd320d01fee05196e /media-sound/ncmpc/ncmpc-0.13.ebuild | |
parent | bump to 7.2 (diff) | |
download | gentoo-2-618236939f18e543bffded35a89e57aeac46d6b1.tar.gz gentoo-2-618236939f18e543bffded35a89e57aeac46d6b1.tar.bz2 gentoo-2-618236939f18e543bffded35a89e57aeac46d6b1.zip |
Properly comment my previous commit
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/ncmpc/ncmpc-0.13.ebuild')
-rw-r--r-- | media-sound/ncmpc/ncmpc-0.13.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/ncmpc/ncmpc-0.13.ebuild b/media-sound/ncmpc/ncmpc-0.13.ebuild index 13e290a71ed1..a111eb18ed27 100644 --- a/media-sound/ncmpc/ncmpc-0.13.ebuild +++ b/media-sound/ncmpc/ncmpc-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.13.ebuild,v 1.6 2009/05/21 20:26:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.13.ebuild,v 1.7 2009/05/22 13:42:04 ssuominen Exp $ EAPI=2 inherit multilib @@ -16,10 +16,10 @@ IUSE="artist-screen colors debug +help-screen key-screen lyrics-screen mouse nls search-screen song-screen" #lirc -RDEPEND=">=dev-libs/glib-2.4 +RDEPEND=">=dev-libs/glib-2.4:2 dev-libs/popt - sys-libs/ncurses - lirc? ( app-misc/lirc )" + sys-libs/ncurses" +# lirc? ( app-misc/lirc )" DEPEND="${RDEPEND} dev-util/pkgconfig" @@ -34,7 +34,7 @@ src_configure() { $(use_enable help-screen) \ $(use_enable key-screen) \ $(use_enable lyrics-screen) \ - $(use_with lyrics-screen lyrics-plugin-dir /usr/$(get_libdir)/ncmpc/lyrics) \ + $(use_with lyrics-screen lyrics-plugin-dir /usr/$(get_libdir)/ncmpc/lyrics) \ $(use_enable mouse) \ $(use_enable nls) \ $(use_enable nls locale) \ |