diff options
author | 2007-01-06 23:42:17 +0000 | |
---|---|---|
committer | 2007-01-06 23:42:17 +0000 | |
commit | 1a15522fd4ff7a170d44f025aca6ea0344ea1e67 (patch) | |
tree | 99589d342c67407c0d7add1a827e537e889fc681 /app-backup/darbackup/darbackup-0.7-r1.ebuild | |
parent | net-p2p/mute: Fix compilation for gcc4 (diff) | |
download | sunrise-1a15522fd4ff7a170d44f025aca6ea0344ea1e67.tar.gz sunrise-1a15522fd4ff7a170d44f025aca6ea0344ea1e67.tar.bz2 sunrise-1a15522fd4ff7a170d44f025aca6ea0344ea1e67.zip |
app-backup/darbackup: Fixed the gentoo ebuild to enforce the use of dar32 || dar64 correctly
svn path=/sunrise/; revision=2608
Diffstat (limited to 'app-backup/darbackup/darbackup-0.7-r1.ebuild')
-rw-r--r-- | app-backup/darbackup/darbackup-0.7-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-backup/darbackup/darbackup-0.7-r1.ebuild b/app-backup/darbackup/darbackup-0.7-r1.ebuild index 057b94aae..d960701b5 100644 --- a/app-backup/darbackup/darbackup-0.7-r1.ebuild +++ b/app-backup/darbackup/darbackup-0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -25,7 +25,6 @@ src_install() { pkg_setup() { if ! built_with_use dar dar32 && ! built_with_use dar dar64; then - die 'You dont have neither dar32 nor dar64 set as USE. Please - correct it according to your arch.' + die 'You must have dar32 or dar64 useflags enabled.' fi } |