summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-12-21 12:40:08 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-12-21 12:40:08 +0000
commit6f44605afe7396354891f6358ae6e85e18a222f7 (patch)
treecbdd64522b3a862c8d11e0e45e501080c64c7e3d
parentVersion bump (diff)
downloadgentoo-2-6f44605afe7396354891f6358ae6e85e18a222f7.tar.gz
gentoo-2-6f44605afe7396354891f6358ae6e85e18a222f7.tar.bz2
gentoo-2-6f44605afe7396354891f6358ae6e85e18a222f7.zip
Use the full cat/pn specification for xfce-extra/exo when asking the user to rebuild it.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r6 x86_64)
-rw-r--r--xfce-extra/thunar-volman/ChangeLog7
-rw-r--r--xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/xfce-extra/thunar-volman/ChangeLog b/xfce-extra/thunar-volman/ChangeLog
index 0d2468afa2f6..dccaaf058c9a 100644
--- a/xfce-extra/thunar-volman/ChangeLog
+++ b/xfce-extra/thunar-volman/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/thunar-volman
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.42 2008/09/24 10:13:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.43 2008/12/21 12:40:08 flameeyes Exp $
+
+ 21 Dec 2008; Diego E. Pettenò <flameeyes@gentoo.org>
+ thunar-volman-0.2.0.ebuild:
+ Use the full cat/pn specification for xfce-extra/exo when asking the user
+ to rebuild it.
24 Sep 2008; Alexis Ballier <aballier@gentoo.org>
thunar-volman-0.2.0.ebuild:
diff --git a/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild
index a1ceb8636243..2da6fbfad07a 100644
--- a/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild
+++ b/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v 1.8 2008/09/24 10:13:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v 1.9 2008/12/21 12:40:08 flameeyes Exp $
inherit eutils xfce44
@@ -22,9 +22,9 @@ DEPEND="${RDEPEND}
pkg_setup() {
if ! built_with_use xfce-extra/exo hal; then
- ewarn "Volume management requires exo with hal support. Enable"
- ewarn "hal USE flag and re-emerge exo."
- die "re-emerge exo with USE hal"
+ ewarn "Volume management requires xfce-extra/exo with hal support. Enable"
+ ewarn "hal USE flag and re-emerge xfce-extra/exo."
+ die "re-emerge xfce-extra/exo with USE hal"
fi
}