diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2007-09-02 14:48:52 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2007-09-02 14:48:52 +0000 |
commit | 85304268aa1fc6050c4dd7ffc718bd8881fc40e9 (patch) | |
tree | 28e5384a45cfdf80927c3e0060171c7eaa8ddfa9 /media-sound/last-exit/last-exit-5.0.ebuild | |
parent | Stable on amd64 wrt security bug #190968 (diff) | |
download | gentoo-2-85304268aa1fc6050c4dd7ffc718bd8881fc40e9.tar.gz gentoo-2-85304268aa1fc6050c4dd7ffc718bd8881fc40e9.tar.bz2 gentoo-2-85304268aa1fc6050c4dd7ffc718bd8881fc40e9.zip |
Add libsexy dependency to last-exit 5.0, thanks to Magnus <freidrichen@gmail.com> for reporting. Closes bug #190025
(Portage version: 2.1.3.7)
Diffstat (limited to 'media-sound/last-exit/last-exit-5.0.ebuild')
-rw-r--r-- | media-sound/last-exit/last-exit-5.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/last-exit/last-exit-5.0.ebuild b/media-sound/last-exit/last-exit-5.0.ebuild index b00d1137ee0a..e717e1a98915 100644 --- a/media-sound/last-exit/last-exit-5.0.ebuild +++ b/media-sound/last-exit/last-exit-5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-5.0.ebuild,v 1.1 2007/08/21 14:17:17 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-5.0.ebuild,v 1.2 2007/09/02 14:48:52 steev Exp $ inherit mono gnome2 eutils autotools @@ -25,7 +25,8 @@ RDEPEND=">=gnome-base/gconf-2.0 >=dev-dotnet/gnome-sharp-1.9.2 >=dev-dotnet/glade-sharp-1.9.2 >=dev-dotnet/gconf-sharp-1.9.2 - >=dev-libs/dbus-glib-0.71" + >=dev-libs/dbus-glib-0.71 + >=x11-libs/libsexy-0.1.7" DEPEND="${RDEPEND}" S="${WORKDIR}"/${PN}-5 @@ -40,5 +41,4 @@ src_install() { pkg_postinst() { gnome2_pkg_postinst - elog "You will unfortunately, need to restart X for this to work properly." } |