diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 07:26:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 07:26:15 +0000 |
commit | 8b63f23bcb638782f5728fdcdc55eca2bd6da6d5 (patch) | |
tree | 09988dc392942a8660606e99b087a5062d2ac1e9 /xfce-extra/xfce4-dict | |
parent | New separate gnome dictionary utility package, formerly part of gnome-extra/g... (diff) | |
download | historical-8b63f23bcb638782f5728fdcdc55eca2bd6da6d5.tar.gz historical-8b63f23bcb638782f5728fdcdc55eca2bd6da6d5.tar.bz2 historical-8b63f23bcb638782f5728fdcdc55eca2bd6da6d5.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101_p8/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-dict')
-rw-r--r-- | xfce-extra/xfce4-dict/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-dict/ChangeLog b/xfce-extra/xfce4-dict/ChangeLog index 73bd4fb45b5e..ed4e1bf582b4 100644 --- a/xfce-extra/xfce4-dict/ChangeLog +++ b/xfce-extra/xfce4-dict/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/xfce4-dict # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.52 2012/04/21 06:01:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.53 2012/05/05 07:10:40 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> xfce4-dict-0.6.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 21 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> xfce4-dict-0.6.0.ebuild: Missing Categories Utility and TextTools in xfce4-dict.desktop (as required diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild index be8367f70956..71fc58acacea 100644 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild +++ b/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.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-dict/xfce4-dict-0.6.0.ebuild,v 1.12 2012/04/21 15:24:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild,v 1.13 2012/05/05 07:10:40 mgorny Exp $ EAPI=4 EAUTORECONF=yes @@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/glib-2.24 >=xfce-base/xfce4-panel-4.8" DEPEND="${RDEPEND} dev-util/intltool - dev-util/pkgconfig" + virtual/pkgconfig" pkg_setup() { PATCHES=( "${FILESDIR}"/${P}-underlinking.patch ) |