diff options
Diffstat (limited to 'x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild')
-rw-r--r-- | x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild index f88ee0058fc2..a5d570fb4455 100644 --- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild +++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild,v 1.1 2012/01/03 06:53:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild,v 1.2 2012/05/05 04:53:48 jdhore Exp $ EAPI=4 @@ -22,7 +22,7 @@ RDEPEND="x11-libs/libtinynotify ~x11-libs/libtinynotify-cli-${PV} x11-libs/libtinynotify-systemwide" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" DOCS=( README ) S=${WORKDIR}/${MY_P} |