diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-12-13 22:35:00 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-12-13 22:36:31 +0000 |
commit | e7e8c798c54911cffdfc9aadce1438e34a09324b (patch) | |
tree | bb61870a3d38cb23a99880704074315fa9e5dbe5 /x11-wm/page | |
parent | sys-auth/skey: Use readme.gentoo-r1 instead for eapi6 support (#520094#c6) (diff) | |
download | gentoo-e7e8c798c54911cffdfc9aadce1438e34a09324b.tar.gz gentoo-e7e8c798c54911cffdfc9aadce1438e34a09324b.tar.bz2 gentoo-e7e8c798c54911cffdfc9aadce1438e34a09324b.zip |
x11-wm/page: List libraries in RDEPEND and the rest in DEPEND. Fixes bug 562632.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'x11-wm/page')
-rw-r--r-- | x11-wm/page/page-1.9.6-r4.ebuild (renamed from x11-wm/page/page-1.9.6-r3.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/page/page-1.9.6-r3.ebuild b/x11-wm/page/page-1.9.6-r4.ebuild index db546cab8978..63ff355461f4 100644 --- a/x11-wm/page/page-1.9.6-r3.ebuild +++ b/x11-wm/page/page-1.9.6-r4.ebuild @@ -12,7 +12,8 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="x11-proto/xcb-proto +RDEPEND=" + x11-proto/xcb-proto x11-libs/libxcb x11-libs/xcb-util x11-libs/libXfixes @@ -32,5 +33,5 @@ DEPEND="x11-proto/xcb-proto x11-libs/pango dev-libs/glib:2" -RDEPEND="${DEPEND} +DEPEND="${RDEPEND} !dev-tcltk/tcllib" |