diff options
author | 2006-07-01 11:43:01 +0000 | |
---|---|---|
committer | 2006-07-01 11:43:01 +0000 | |
commit | 493446a28a47e2515b97140d2441888a71bc795a (patch) | |
tree | 46fa8fccb9fda63629b163e19c7d41071f9e93a3 /media-sound/om/om-0.2.0.ebuild | |
parent | gnome-extra/nautilus-actions: New ebuild for bug 104816. Thanks to Guy Ratcli... (diff) | |
download | sunrise-493446a28a47e2515b97140d2441888a71bc795a.tar.gz sunrise-493446a28a47e2515b97140d2441888a71bc795a.tar.bz2 sunrise-493446a28a47e2515b97140d2441888a71bc795a.zip |
media-sound/om: use single quotes to show double quotes in the message
svn path=/sunrise/; revision=406
Diffstat (limited to 'media-sound/om/om-0.2.0.ebuild')
-rw-r--r-- | media-sound/om/om-0.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/om/om-0.2.0.ebuild b/media-sound/om/om-0.2.0.ebuild index 94e2d6bac..32aca5a23 100644 --- a/media-sound/om/om-0.2.0.ebuild +++ b/media-sound/om/om-0.2.0.ebuild @@ -26,9 +26,9 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { - if use gtk && !use patch-loader ; then - eerror "USE="gtk" requires USE="patch-loader" too." - die + if use gtk && !use patch-loader; then + eerror 'USE="gtk" requires USE="patch-loader" too.' + die "gtk without patch-loader detected" fi } |