diff options
author | Jekyll Wu <adaptee@gmail.com> | 2014-04-29 22:35:23 +0800 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-05-02 01:57:19 +1000 |
commit | bc757afa91e56b107ccd880e576a9134866ee574 (patch) | |
tree | 29b524fabcf76eadb1a71ecb2e435c16df76871a /x11-terms | |
parent | [.mailmap] German++ (diff) | |
download | qt-bc757afa91e56b107ccd880e576a9134866ee574.tar.gz qt-bc757afa91e56b107ccd880e576a9134866ee574.tar.bz2 qt-bc757afa91e56b107ccd880e576a9134866ee574.zip |
[x11-terms/qterminal] Add missing dependency on libqxt to make it build
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/qterminal/qterminal-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild index 0d608b0a..a4a015c4 100644 --- a/x11-terms/qterminal/qterminal-9999.ebuild +++ b/x11-terms/qterminal/qterminal-9999.ebuild @@ -16,6 +16,7 @@ KEYWORDS="" IUSE="debug" DEPEND="dev-qt/qtgui:4 + x11-libs/libqxt x11-libs/qtermwidget" RDEPEND="${DEPEND}" |