diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2015-11-10 03:16:40 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-11-14 03:46:20 +1100 |
commit | b9db3a043ecd2585f5bbcc9d28362e7fab44fdac (patch) | |
tree | 966c75fdef6009f305484b0bfaa62e0990a34e19 /lxqt-base | |
parent | kde-apps/oxygen-icons: Drop 15.04.3 in advance of pkgmove (diff) | |
download | gentoo-b9db3a043ecd2585f5bbcc9d28362e7fab44fdac.tar.gz gentoo-b9db3a043ecd2585f5bbcc9d28362e7fab44fdac.tar.bz2 gentoo-b9db3a043ecd2585f5bbcc9d28362e7fab44fdac.zip |
kde-apps/oxygen-icons: pkgmove to kde-frameworks/oxygen-icons
kde4-base.eclass: Recognize KDEBASE in kde-frameworks
kde4-functions.eclass: Change RDEPEND
chromium.eclass: Minor change
Various ebuilds: kde-apps/oxygen-icons -> kde-frameworks/oxygen-icons
Package-Manager: portage-2.2.23
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-meta/lxqt-meta-0.9.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.9.0-r2.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.9.0-r2.ebuild index 9da7ff2aa3f7..527357b21c3f 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-0.9.0-r2.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.9.0-r2.ebuild @@ -28,7 +28,7 @@ RDEPEND=" virtual/ttf-fonts admin? ( ~lxqt-base/lxqt-admin-${PV} ) filemanager? ( ~x11-misc/pcmanfm-qt-${PV} ) - icons? ( oxygen? ( kde-apps/oxygen-icons ) + icons? ( oxygen? ( kde-frameworks/oxygen-icons ) !oxygen? ( virtual/freedesktop-icon-theme ) ) lightdm? ( x11-misc/lightdm ) lximage? ( media-gfx/lximage-qt ) @@ -41,7 +41,7 @@ RDEPEND=" sddm? ( >=x11-misc/sddm-0.10.0 ) ssh-askpass? ( ~lxqt-base/lxqt-openssh-askpass-${PV} )" -# Note: we prefer kde-apps/oxygen-icons over other icon sets, as the initial +# Note: we prefer kde-frameworks/oxygen-icons over other icon sets, as the initial # install expects oxygen icons, until the user specifies otherwise (bug 543380) S="${WORKDIR}" |