diff options
author | Rafael Ostertag (rafi) <rafi@guengel.ch> | 2009-08-15 21:16:12 +0000 |
---|---|---|
committer | Rafael Ostertag (rafi) <rafi@guengel.ch> | 2009-08-15 21:16:12 +0000 |
commit | 586f02d2caf41de2015cedc602b0b1df8a46db43 (patch) | |
tree | 930f9e2e3dbb0859ba8dd55faa5377bce887ece4 /app-crypt/yapet/yapet-0.4-r1.ebuild | |
parent | x11-misc/xorg-edit: version bump (diff) | |
download | sunrise-586f02d2caf41de2015cedc602b0b1df8a46db43.tar.gz sunrise-586f02d2caf41de2015cedc602b0b1df8a46db43.tar.bz2 sunrise-586f02d2caf41de2015cedc602b0b1df8a46db43.zip |
app-crypt/yapet: DEPEND and RDEPEND now include libintl instead of gettext
svn path=/sunrise/; revision=9017
Diffstat (limited to 'app-crypt/yapet/yapet-0.4-r1.ebuild')
-rw-r--r-- | app-crypt/yapet/yapet-0.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/yapet/yapet-0.4-r1.ebuild b/app-crypt/yapet/yapet-0.4-r1.ebuild index 59fbb9d38..d8b2f412f 100644 --- a/app-crypt/yapet/yapet-0.4-r1.ebuild +++ b/app-crypt/yapet/yapet-0.4-r1.ebuild @@ -21,10 +21,10 @@ SLOT="0" KEYWORDS="~x86" IUSE="nls" -RDEPEND=">=sys-libs/ncurses-5.6 +RDEPEND="nls? ( virtual/libintl ) + >=sys-libs/ncurses-5.6 >=dev-libs/openssl-0.9.7" -DEPEND="nls? ( sys-devel/gettext ) - ${RDEPEND}" +DEPEND="${RDEPEND}" PATCHES=( "${DISTDIR}/yapet_csv2yapet-${PV}.diff" |