diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 07:13:51 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 07:13:51 +0000 |
commit | 858868857bb11d8b8e9d9a73ee034d5e5157b2e2 (patch) | |
tree | 4cd3da4fb489b9835d6c1b48cd51bfdc6adf849f /xfce-extra/xfce4-gvfs-mount | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-858868857bb11d8b8e9d9a73ee034d5e5157b2e2.tar.gz gentoo-2-858868857bb11d8b8e9d9a73ee034d5e5157b2e2.tar.bz2 gentoo-2-858868857bb11d8b8e9d9a73ee034d5e5157b2e2.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-gvfs-mount')
-rw-r--r-- | xfce-extra/xfce4-gvfs-mount/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-gvfs-mount/ChangeLog b/xfce-extra/xfce4-gvfs-mount/ChangeLog index 32fa967c2f3a..9deb53ca6480 100644 --- a/xfce-extra/xfce4-gvfs-mount/ChangeLog +++ b/xfce-extra/xfce4-gvfs-mount/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-gvfs-mount # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-gvfs-mount/ChangeLog,v 1.2 2012/04/21 05:51:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-gvfs-mount/ChangeLog,v 1.3 2012/05/05 07:13:51 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> + xfce4-gvfs-mount-0.0.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 21 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> xfce4-gvfs-mount-0.0.4.ebuild: diff --git a/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild b/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild index e3e72ecf642e..0e74581f8eb0 100644 --- a/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild +++ b/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.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/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild,v 1.4 2012/04/21 05:51:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild,v 1.5 2012/05/05 07:13:51 mgorny Exp $ EAPI=4 inherit multilib xfconf @@ -25,7 +25,7 @@ RDEPEND=">=dev-libs/dbus-glib-0.98 >=xfce-base/xfce4-panel-4.8" DEPEND="${RDEPEND} dev-util/intltool - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${P}-${MY_REV} |